Skip to content

Commit

Permalink
update server version
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-co committed May 8, 2023
1 parent 52a3471 commit d3785c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cmd/mqtt
.DS_Store
*.db
.idea
4 changes: 2 additions & 2 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import (
)

const (
Version = "2.2.9" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
Version = "2.2.10" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
)

var (
Expand Down

0 comments on commit d3785c2

Please sign in to comment.