Bump to v2.7.0-rc3

pull/161/head
Vojtech Vitek 2019-03-06 01:41:15 -05:00
parent f6dca2b18a
commit ca10e1901a
1 changed files with 1 additions and 1 deletions

View File

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