From 0abfdfeb43da76f1a472eba9e2ff85d30606a42e Mon Sep 17 00:00:00 2001 From: VnPower Date: Mon, 22 Jan 2024 19:53:38 +0700 Subject: [PATCH] Bump version to v2.1 --- 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 877bdff..bc8924e 100644 --- a/core/config/config.go +++ b/core/config/config.go @@ -127,6 +127,6 @@ func (s *ServerConfig) setStartingTime() { } func (s *ServerConfig) setVersion() { - s.Version = "v2.0.1" + s.Version = "v2.1" log.Printf("Set server version to: %s\n", s.Version) }