fix shutdown long polling cancellation and database logger close

This commit is contained in:
2026-03-19 14:07:03 +03:00
parent 4ebe76dd4a
commit 2fc171d9a3
4 changed files with 36 additions and 35 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
package utils
const (
VersionString = "1.0.0-beta.22"
VersionString = "1.0.0-rc.2"
VersionMajor = 1
VersionMinor = 0
VersionPatch = 0
VersionBeta = 22
VersionBeta = 2
)