Bump version to v2.6

This commit is contained in:
VnPower
2024-06-09 20:13:17 +07:00
parent e7089d395e
commit aba95f1420
+1 -1
View File
@@ -112,7 +112,7 @@ func (s *ServerConfig) setStartingTime() {
}
func (s *ServerConfig) setVersion() {
s.Version = "v2.5"
s.Version = "v2.6"
log.Printf("PixivFE %s\n", s.Version)
}