mirror of
https://gitee.com/WuKongDev/WuKongIM.git
synced 2025-12-06 14:59:08 +08:00
fix: app version not display
This commit is contained in:
@@ -247,6 +247,7 @@ func New(opts *options.Options) *Server {
|
||||
cluster.WithDBWKDbMemTableSize(s.opts.Db.MemTableSize),
|
||||
cluster.WithAuth(s.opts.Auth),
|
||||
cluster.WithIsCmdChannel(s.opts.IsCmdChannel),
|
||||
cluster.WithAppVersion(version.Version),
|
||||
),
|
||||
|
||||
// cluster.WithOnChannelMetaApply(func(channelID string, channelType uint8, logs []replica.Log) error {
|
||||
|
||||
Reference in New Issue
Block a user