Update version to 0.1.0-alpha.1

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

1
.gitignore vendored
View File

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

View File

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