1
0
forked from um/cli

chore: bump version to v0.2.7

This commit is contained in:
鲁树人 2024-10-21 08:00:51 +09:00
parent b317b89ae9
commit 77729cf653

View File

@ -34,7 +34,7 @@ import (
"unlock-music.dev/cli/internal/utils"
)
var AppVersion = "v0.2.6"
var AppVersion = "v0.2.7"
var logger, _ = logging.NewZapLogger() // TODO: inject logger to application, instead of using global logger