Skip to content

Commit

Permalink
bump version to v1.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed May 2, 2022
1 parent cf22b30 commit 9875b52
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.31.1-0f3d9bc3-dev"
const Version = "v1.31.2-2bdcf226-dev"

const VersionGitRef = "0f3d9bc3"
const VersionGitRef = "2bdcf226"

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.31.1-0f3d9bc3"
const Version = "v1.31.2-2bdcf226"

const VersionGitRef = "0f3d9bc3"
const VersionGitRef = "2bdcf226"

0 comments on commit 9875b52

Please sign in to comment.