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 Apr 1, 2024
1 parent e2cb688 commit 6b3b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
Version = "2.6.0" // the current server version.
Version = "2.6.1" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
LocalListener = "local"
InlineClientId = "inline"
Expand Down

0 comments on commit 6b3b30e

Please sign in to comment.