update server version

This commit is contained in:
mochi-co
2023-05-08 11:43:46 +01:00
parent 52a347169a
commit d3785c2717
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
cmd/mqtt cmd/mqtt
.DS_Store .DS_Store
*.db *.db
.idea

View File

@@ -26,8 +26,8 @@ import (
) )
const ( const (
Version = "2.2.9" // the current server version. Version = "2.2.10" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
) )
var ( var (