Skip to content

Commit

Permalink
version of the master branch chnaged from 1.2.11 to master-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Lalatendu Das <[email protected]>
  • Loading branch information
lalat-das committed Feb 7, 2024
1 parent 02a2110 commit 1be71d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
//
// These variables typically come from -ldflags settings.
var (
gitVersion = "1.2.11"
gitVersion = "master-latest"
gitCommit = "" // sha1 from git, output of $(git rev-parse HEAD)
buildDate = "1970-01-01T00:00:00Z" // build date in ISO8601 format, output of $(date -u +'%Y-%m-%dT%H:%M:%SZ')
kbVerRegex = regexp.MustCompile(`^(v\d+\.\d+\.\d+)(.*)`)
Expand Down

0 comments on commit 1be71d4

Please sign in to comment.