Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-co committed Jan 10, 2023
1 parent 80746ab commit 0de1d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
Version = "2.1.3" // the current server version.
Version = "2.1.4" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
defaultFanPoolSize uint64 = 32 // the number of concurrent workers in the pool
defaultFanPoolQueueSize uint64 = 1024 // the capacity of each worker queue
Expand Down

0 comments on commit 0de1d73

Please sign in to comment.