chore: bump version to v0.2.4
Some checks failed
Build / test (, amd64, darwin, darwin/amd64) (push) Failing after 3m1s
Build / test (, amd64, linux, linux/amd64) (push) Failing after 2m58s
Build / test (.exe, amd64, windows, windows/amd64) (push) Failing after 2m59s

This commit is contained in:
鲁树人 2024-10-21 03:59:52 +09:00
parent fbad7ec450
commit f819726f3e

View File

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