Skip to content

Commit

Permalink
Update server version
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-co authored Dec 16, 2022
1 parent a556feb commit 75504ff
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 @@ -26,7 +26,7 @@ import (
)

const (
Version = "2.0.6" // the current server version.
Version = "2.0.7" // 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 75504ff

Please sign in to comment.