chore(hz): release v0.6.3 (#759)

This commit is contained in:
GuangyuFan 2023-05-05 14:43:36 +08:00 committed by GitHub
parent 7710e718e3
commit e8cf79fe80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package meta
import "runtime"
// Version hz version
const Version = "v0.6.2"
const Version = "v0.6.3"
// Mode hz run modes
type Mode int