We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c906e1 commit 312eacdCopy full SHA for 312eacd
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 = "4.0.1+dev"
+ LatestTag = "4.0.3+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