Version set to beta
This commit is contained in:
		
							parent
							
								
									e72fc5398a
								
							
						
					
					
						commit
						6336bdecf3
					
				@ -49,7 +49,7 @@ pub fn version() -> String {
 | 
			
		||||
	let date_dash = if commit_date.is_empty() { "" } else { "-" };
 | 
			
		||||
	let env = Target::env();
 | 
			
		||||
	let env_dash = if env.is_empty() { "" } else { "-" };
 | 
			
		||||
	format!("Parity/v{}-unstable{}{}{}{}/{}-{}{}{}/rustc{}", env!("CARGO_PKG_VERSION"), sha3_dash, sha3, date_dash, commit_date, Target::arch(), Target::os(), env_dash, env, rustc_version())
 | 
			
		||||
	format!("Parity/v{}-beta{}{}{}{}/{}-{}{}{}/rustc{}", env!("CARGO_PKG_VERSION"), sha3_dash, sha3, date_dash, commit_date, Target::arch(), Target::os(), env_dash, env, rustc_version())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/// Get the standard version data for this software.
 | 
			
		||||
@ -64,4 +64,4 @@ pub fn version_data() -> Bytes {
 | 
			
		||||
	s.append(&rustc_version());
 | 
			
		||||
	s.append(&&Target::os()[0..2]);
 | 
			
		||||
	s.out()
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user