We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97da865 commit 2043deeCopy full SHA for 2043dee
1 file changed
pkg/version/version.go
@@ -34,7 +34,7 @@ var (
34
// LatestTag is the latest released version plus the dev meta version.
35
// Will be overwritten by the release pipeline
36
// Needs a manual change for every tagged release
37
- LatestTag = "5.0.2+dev"
+ LatestTag = "5.1.0+dev"
38
39
// Date indicates the build date.
40
// This has been removed, it looks like you can only replace static strings with recent go versions
0 commit comments