Update version to v0.1.0
This commit is contained in:
parent
1883549eef
commit
2105c25ef7
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@ -29,6 +29,9 @@ jobs:
|
|||||||
id: get_version
|
id: get_version
|
||||||
run: echo ::set-output name=VERSION::$(go run pkg/util/version/version.go)
|
run: echo ::set-output name=VERSION::$(go run pkg/util/version/version.go)
|
||||||
|
|
||||||
|
- name: Print the version
|
||||||
|
run: echo "Version: ${{ steps.get_version.outputs.VERSION }}"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
package version
|
package version
|
||||||
|
|
||||||
var version = "v0.1.1"
|
var version = "v0.1.0"
|
||||||
|
|
||||||
func Full() string {
|
func Full() string {
|
||||||
return version
|
return version
|
||||||
|
Loading…
Reference in New Issue
Block a user