Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Jun 21, 2023
1 parent 40969a3 commit 15fa56a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.16
- uses: wangyoucao577/go-release-action@v1.38
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2-dev
0.3.3-dev
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
// Version of the product
Version = "0.3.2"
Version = "0.3.3"
// PreRelease is set during the build
PreRelease = ""
// GitCommit is set during the build
Expand Down
2 changes: 1 addition & 1 deletion packaging/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ARCH=$(shell uname -m)
GO_VERSION:=1.18.3
PLATFORM=cri-dockerd
SHELL:=/bin/bash
VERSION?=0.3.2-dev
VERSION?=0.3.3-dev

export PLATFORM

0 comments on commit 15fa56a

Please sign in to comment.