diff --git a/core/config/config.go b/core/config/config.go index b7b9f67..94fdfd0 100644 --- a/core/config/config.go +++ b/core/config/config.go @@ -112,7 +112,7 @@ func (s *ServerConfig) setStartingTime() { } func (s *ServerConfig) setVersion() { - s.Version = "v2.4" + s.Version = "v2.5" log.Printf("PixivFE %s\n", s.Version) }