Skip to content

Commit

Permalink
bump version to v1.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jun 8, 2022
1 parent c76d57e commit 9065b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/version/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package version

const Version = "v1.33.1-4fdee25a-dev"
const Version = "v1.33.2-60af0b08-dev"

const VersionGitRef = "4fdee25a"
const VersionGitRef = "60af0b08"

4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package version

const Version = "v1.33.1-4fdee25a"
const Version = "v1.33.2-60af0b08"

const VersionGitRef = "4fdee25a"
const VersionGitRef = "60af0b08"

0 comments on commit 9065b5b

Please sign in to comment.