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
.DS_Store
*.db
.idea

View File

@@ -26,7 +26,7 @@ import (
)
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
)