chore: bump version to v0.2.10
Some checks failed
Build / test (, amd64, darwin, darwin/amd64) (push) Failing after 2m56s
Build / test (, amd64, linux, linux/amd64) (push) Failing after 2m25s
Build / test (.exe, amd64, windows, windows/amd64) (push) Failing after 2m31s

This commit is contained in:
鲁树人 2024-11-04 14:25:02 +09:00
parent 2c9de7c56c
commit 2bfb5ffddf

View File

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