mv upd cenod

This commit is contained in:
2023-03-17 19:30:03 +01:00
parent 164c7435bd
commit 157bafb820
17 changed files with 46 additions and 571 deletions

View File

@@ -69,7 +69,7 @@ func Getversion() string {
// main branch, and cfg.Version-$branch-$lastcommit-$date on
// development branch
return fmt.Sprintf("This is upd version %s", VERSION)
return fmt.Sprintf("This is cenophane server version %s", VERSION)
}
func (c *Config) GetVersion() string {