Browse Source

version: bump to v2.0.0-rc.2

Yicheng Qin 11 years ago
parent
commit
43f1ccc88c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      version/version.go

+ 1 - 1
version/version.go

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