Skip to content

Commit

Permalink
bump version to v1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbearXD committed Mar 19, 2024
1 parent b1dc962 commit a1dd9e5
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 @@ -3,6 +3,6 @@

package version

const Version = "v1.57.0-e3ae3574-dev"
const Version = "v1.58.0-d58461d1-dev"

const VersionGitRef = "e3ae3574"
const VersionGitRef = "d58461d1"
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

package version

const Version = "v1.57.0-e3ae3574"
const Version = "v1.58.0-d58461d1"

const VersionGitRef = "e3ae3574"
const VersionGitRef = "d58461d1"

0 comments on commit a1dd9e5

Please sign in to comment.