Update version to v0.1.1
This commit is contained in:
parent
3663bc5000
commit
1883549eef
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@ -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
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
package version
|
||||
|
||||
var version = "v0.1.1-alpha.2"
|
||||
var version = "v0.1.1"
|
||||
|
||||
func Full() string {
|
||||
return version
|
||||
|
Loading…
Reference in New Issue
Block a user