diff --git a/.gitignore b/.gitignore index 35dc156b..21b4810e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ cmd/mqtt .DS_Store *.db +.idea \ No newline at end of file diff --git a/server.go b/server.go index ed1e8659..c334a7f0 100644 --- a/server.go +++ b/server.go @@ -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 (