This commit is contained in:
yanweidong 2024-03-15 09:59:30 +08:00
parent 5f31c68443
commit 2b22041ed8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
)
func main() {
fmt.Printf("[Blocks Service Cli: %s] Version: %s \n", vars.ServiceKey, vars.VERSION)
fmt.Printf("Blocks Service Cli Version: %s \n", vars.VERSION)
commands.Execute()
}