소스 검색

RFC 5322 添加MessageId

jinnrry 2 년 전
부모
커밋
1960f886e5
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.2"
+const Version = "2.3.3"
 
 const DBTypeMySQL = "mysql"
 const DBTypeSQLite = "sqlite"