Fix github action and update version to v0.1.1-alpha.2

This commit is contained in:
dragon 2024-04-25 11:50:32 +08:00
parent 9bf256b828
commit 3663bc5000
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
branches:
- dev
paths:
- 'pkg/util/version.go'
- 'pkg/util/version/version.go'
jobs:
build:

View File

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