Revert "renamed"

This reverts commit f2b3fb3b96.
This commit is contained in:
2023-03-29 13:21:28 +02:00
parent f2b3fb3b96
commit 58b11dec33
29 changed files with 85 additions and 85 deletions

View File

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