We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313c1b1 commit 9ad53aaCopy full SHA for 9ad53aa
pkg/version/version.go
@@ -26,7 +26,7 @@ var (
26
// Increment major number for new feature additions and behavioral changes.
27
// Increment minor number for bug fixes and performance enhancements.
28
// Increment patch number for critical fixes to existing releases.
29
- Version = "v2.8"
+ Version = "v2.10"
30
31
// BuildMetadata is extra build time data
32
BuildMetadata = "unreleased"
0 commit comments