fix: app version not display

This commit is contained in:
tt
2025-10-14 10:15:14 +08:00
parent 5ca44b31c9
commit 3689abbe92

View File

@@ -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 {