fix(tiller): make new version check backwards compatible

pull/2366/head
Adam Reese 9 years ago
parent 2e819e014d
commit 9ae84c730f
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

@ -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.3.x" Version = "v2.3"
// BuildMetadata is extra build time data // BuildMetadata is extra build time data
BuildMetadata = "unreleased" BuildMetadata = "unreleased"

Loading…
Cancel
Save