chore: bump version to v0.2.11
Some checks failed
Build / test (, amd64, darwin, darwin/amd64) (push) Failing after 2m54s
Build / test (, amd64, linux, linux/amd64) (push) Failing after 2m34s
Build / test (.exe, amd64, windows, windows/amd64) (push) Failing after 2m18s

This commit is contained in:
鲁树人 2024-11-05 16:56:40 +09:00
parent 074e4f874f
commit 72ace9fc62

View File

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