Skip to content

Commit 9ad53aa

Browse files
author
Matthew Fisher
committed
bump version to v2.10
(cherry picked from commit 76f3253)
1 parent 313c1b1 commit 9ad53aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
// Increment major number for new feature additions and behavioral changes.
2727
// Increment minor number for bug fixes and performance enhancements.
2828
// Increment patch number for critical fixes to existing releases.
29-
Version = "v2.8"
29+
Version = "v2.10"
3030

3131
// BuildMetadata is extra build time data
3232
BuildMetadata = "unreleased"

0 commit comments

Comments
 (0)