@@ -4,6 +4,13 @@ import (
"github.com/belphemur/CBZOptimizer/cmd"
)
var (
version = "dev"
commit = "none"
date = "unknown"
func main() {
cmd.SetVersionInfo(version, commit, date)
cmd.Execute()
}
The note is not visible to the blocked user.