Skip to content

Commit

Permalink
internal/version: bump to next minor version v1.45.0 (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 committed Dec 7, 2022
1 parent 58edd67 commit cf23647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -13,7 +13,7 @@ import (
// Tag specifies the current release tag. It needs to be manually
// updated. A test checks that the value of Tag never points to a
// git tag that is older than HEAD.
const Tag = "v1.44.0"
const Tag = "v1.45.0"

// Dissected version number. Filled during init()
var (
Expand Down

0 comments on commit cf23647

Please sign in to comment.