chore: bump version to v0.2.8
Some checks failed
Build / test (, amd64, darwin, darwin/amd64) (push) Failing after 3m19s
Build / test (, amd64, linux, linux/amd64) (push) Failing after 3m2s
Build / test (.exe, amd64, windows, windows/amd64) (push) Failing after 2m51s

This commit is contained in:
鲁树人 2024-10-25 23:03:34 +09:00
parent 7f7cb66fe5
commit b2ef27761f

View File

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