bump versio
This commit is contained in:
		
							parent
							
								
									c0820ec777
								
							
						
					
					
						commit
						a23d70a996
					
				@ -19,7 +19,7 @@ mod workunit;
 | 
				
			|||||||
use workunit::WUnit;
 | 
					use workunit::WUnit;
 | 
				
			||||||
use workunit::EStatus;
 | 
					use workunit::EStatus;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const VERSION: &str = "0.4.0";
 | 
					const VERSION: &str = "0.5.0";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[derive(Default, Debug)]
 | 
					#[derive(Default, Debug)]
 | 
				
			||||||
struct SharedState {
 | 
					struct SharedState {
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@ set -euo pipefail
 | 
				
			|||||||
IFS=$'\n\t'
 | 
					IFS=$'\n\t'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
base_url="$1"
 | 
					base_url="$1"
 | 
				
			||||||
version="0.4.0"
 | 
					version="0.5.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
while true; do
 | 
					while true; do
 | 
				
			||||||
    sleep 30
 | 
					    sleep 30
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user