From d3785c27173f844b1e09092056c8a42caf139bcf Mon Sep 17 00:00:00 2001 From: mochi-co Date: Mon, 8 May 2023 11:43:46 +0100 Subject: [PATCH] update server version --- .gitignore | 1 + server.go | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 35dc156..21b4810 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 ed1e865..c334a7f 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 (