Bump version to v2.7.0-rc2

pull/161/head v2.7.0-rc2
Vojtech Vitek 2019-03-06 00:31:12 -05:00
parent 30b6a50e01
commit d42f235ac6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"sync"
)
const VERSION = "v2.7.0-rc1"
const VERSION = "v2.7.0-rc2"
var (
duplicateCheckOnce sync.Once