update version string

This commit is contained in:
asonix 2020-07-25 17:33:11 -05:00
parent 812de59348
commit 1d0a1d7cfd

View file

@ -150,7 +150,7 @@ impl Config {
}
pub fn software_version(&self) -> String {
"v0.1.0-master".to_owned()
"v0.1.0-main".to_owned()
}
pub fn source_code(&self) -> String {