mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-02-16 13:25:13 +00:00
update version string
This commit is contained in:
parent
812de59348
commit
1d0a1d7cfd
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue