Update version to v0.1.0

This commit is contained in:
dragon 2024-04-25 13:15:48 +08:00
parent 1883549eef
commit 2105c25ef7
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,9 @@ jobs:
id: get_version
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
id: create_release
uses: actions/create-release@v1

View File

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