Explorar el Código

RFC 5322 添加MessageId

jinnrry hace 2 años
padre
commit
1960f886e5
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/*
 //go:embed tables/*
 var tableConfig embed.FS
 var tableConfig embed.FS
 
 
-const Version = "2.3.2"
+const Version = "2.3.3"
 
 
 const DBTypeMySQL = "mysql"
 const DBTypeMySQL = "mysql"
 const DBTypeSQLite = "sqlite"
 const DBTypeSQLite = "sqlite"