Update version to v0.1.1

This commit is contained in:
dragon 2024-04-25 13:05:49 +08:00
parent 3663bc5000
commit 1883549eef
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::$(go run pkg/util/version.go)
run: echo ::set-output name=VERSION::$(go run pkg/util/version/version.go)
- name: Create Release
id: create_release

View File

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