Update version to v0.1.0-alpha.1

This commit is contained in:
dragon 2024-03-19 09:44:30 +08:00
parent acf33db4e4
commit 71f3d74420
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ client.key
# Cache # Cache
*.swp *.swp
.DS_Store

View File

@ -14,7 +14,7 @@
package version package version
var version = "0.56.0" var version = "v0.1.0-alpha.1"
func Full() string { func Full() string {
return version return version