Bump version to v2.2

This commit is contained in:
VnPower
2024-02-08 14:43:17 +07:00
parent 4370994039
commit 6f054df4d8
+1 -1
View File
@@ -137,6 +137,6 @@ func (s *ServerConfig) setStartingTime() {
}
func (s *ServerConfig) setVersion() {
s.Version = "v2.1"
s.Version = "v2.2"
log.Printf("Set server version to: %s\n", s.Version)
}