diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff857c9..bc56ab7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 # You can adjust the Go version here + go-version: 1.20 # You can adjust the Go version here - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 diff --git a/cmd/root.go b/cmd/root.go index ada8a91..a3259e8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/cobra" ) -const AppVersion = "0.1.0-beta" +const AppVersion = "0.1.1-beta" var ctrl *pkg.ClICtrl