diff --git a/core/config/config.go b/core/config/config.go index 877bdff..bc8924e 100644 --- a/core/config/config.go +++ b/core/config/config.go @@ -127,6 +127,6 @@ func (s *ServerConfig) setStartingTime() { } func (s *ServerConfig) setVersion() { - s.Version = "v2.0.1" + s.Version = "v2.1" log.Printf("Set server version to: %s\n", s.Version) }