From 66e05a28de48b3ee1e577c36b75dbf3497fe0731 Mon Sep 17 00:00:00 2001 From: VnPower Date: Wed, 17 Apr 2024 20:16:10 +0700 Subject: [PATCH] Bump PixivFE version to v2.5 --- core/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }