Update version to v0.1.0-alpha.1
This commit is contained in:
parent
acf33db4e4
commit
71f3d74420
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@ client.key
|
|||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
*.swp
|
*.swp
|
||||||
|
.DS_Store
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user