Browse Source

*: bump to v2.1.0-alpha.0+git

Yicheng Qin 10 years ago
parent
commit
0d25b20fc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      version/version.go

+ 1 - 1
version/version.go

@@ -25,7 +25,7 @@ import (
 )
 
 var (
-	Version = "2.1.0-alpha.0"
+	Version = "2.1.0-alpha.0+git"
 )
 
 // WalVersion is an enum for versions of etcd logs.