chore(*): bump to v2.0.0-rc.1

This commit is contained in:
Adam Reese
2016-11-02 12:19:26 -07:00
parent 7ce6001843
commit 92be174acf

View File

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