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

+ 1 - 1
server/config/config.go

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