We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe83b6b commit a487621Copy full SHA for a487621
1 file changed
pkg/version/version.go
@@ -16,7 +16,7 @@ var (
16
// LatestTag is the latest released version plus the dev meta version.
17
// Will be overwritten by the release pipeline
18
// Needs a manual change for every tagged release
19
- LatestTag = "4.0.0-rc.1+dev"
+ LatestTag = "4.0.0-rc.2+dev"
20
21
// Date indicates the build date.
22
// This has been removed, it looks like you can only replace static strings with recent go versions
0 commit comments