Bump version to v2.1

This commit is contained in:
VnPower
2024-01-22 19:53:38 +07:00
parent b5740fb292
commit 0abfdfeb43
+1 -1
View File
@@ -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)
}