jinnrry hace 2 años
padre
commit
7848e7c8f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"