chore: bump version to v0.2.7
Some checks failed
Build / test (, amd64, darwin, darwin/amd64) (push) Failing after 2m35s
Build / test (, amd64, linux, linux/amd64) (push) Failing after 2m58s
Build / test (.exe, amd64, windows, windows/amd64) (push) Failing after 2m52s

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