diff --git a/core/config/config.go b/core/config/config.go index 94fdfd0..04a90fd 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.5" + s.Version = "v2.6" log.Printf("PixivFE %s\n", s.Version) }