chore: bump app version to v0.2.9
Some checks failed
Build / test (, amd64, darwin, darwin/amd64) (push) Failing after 2m41s
Build / test (, amd64, linux, linux/amd64) (push) Failing after 2m27s
Build / test (.exe, amd64, windows, windows/amd64) (push) Failing after 2m32s

This commit is contained in:
鲁树人 2024-11-02 13:59:22 +09:00
parent 6493b2c5fc
commit b374c11c86

View File

@ -32,7 +32,7 @@ import (
"unlock-music.dev/cli/internal/utils"
)
var AppVersion = "v0.2.8"
var AppVersion = "v0.2.9"
var logger = setupLogger(false) // TODO: inject logger to application, instead of using global logger