Skip to content

Commit

Permalink
bump version to v1.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jun 16, 2023
1 parent d04bbc3 commit e1c602c
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.48.1-a7b20518-dev"
const Version = "v1.48.1-d04bbc32-dev"

const VersionGitRef = "a7b20518"
const VersionGitRef = "d04bbc32"
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.48.1-a7b20518"
const Version = "v1.48.1-d04bbc32"

const VersionGitRef = "a7b20518"
const VersionGitRef = "d04bbc32"

0 comments on commit e1c602c

Please sign in to comment.