We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef68e3 commit 9f8bd2cCopy full SHA for 9f8bd2c
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.4+dev"
+ LatestTag = "4.0.5+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