diff --git a/src/config.rs b/src/config.rs index 8ddf356..75dd5e3 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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 {