Skip to content

Commit

Permalink
bump version to v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Sep 4, 2022
1 parent 96ccb52 commit 680174f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/version/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

package version

const Version = "v1.39.2-5a4d71b0-dev"
const Version = "v1.40.0-843b81e1-dev"

const VersionGitRef = "5a4d71b0"
const VersionGitRef = "843b81e1"
6 changes: 3 additions & 3 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//go:build release
// +build release

package version

const Version = "v1.39.2-5a4d71b0"

const VersionGitRef = "5a4d71b0"
const Version = "v1.40.0-843b81e1"

const VersionGitRef = "843b81e1"

0 comments on commit 680174f

Please sign in to comment.