jinnrry пре 2 година
родитељ
комит
7848e7c8f6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      server/config/config.go

+ 1 - 1
server/config/config.go

@@ -39,7 +39,7 @@ type Config struct {
 //go:embed tables/*
 var tableConfig embed.FS
 
-const Version = "2.3.3"
+const Version = "2.3.4"
 
 const DBTypeMySQL = "mysql"
 const DBTypeSQLite = "sqlite"