version: bump to 2.0.0

release-2.0 v2.0.0
Brandon Philips 2015-01-27 23:05:15 -08:00
parent 127fe322a4
commit b606078e93
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
package version
var (
Version = "2.0.0-rc.2"
Version = "2.0.0"
InternalVersion = "2"
)