bump version to v2.16.0-rc.1

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/6838/head
Matt Farina 6 years ago
parent db9520dde5
commit c050a8bca6
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -26,7 +26,7 @@ var (
// Increment major number for new feature additions and behavioral changes. // Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements. // Increment minor number for bug fixes and performance enhancements.
// Increment patch number for critical fixes to existing releases. // Increment patch number for critical fixes to existing releases.
Version = "v2.15" Version = "v2.16"
// BuildMetadata is extra build time data // BuildMetadata is extra build time data
BuildMetadata = "unreleased" BuildMetadata = "unreleased"

Loading…
Cancel
Save