bump version for 2.7.0-rc1

This commit is contained in:
Shivaram Lingamneni 2021-05-31 01:50:02 -04:00
parent 1b894b73a2
commit b81757d273

@ -7,7 +7,7 @@ import "fmt"
const (
// SemVer is the semantic version of Ergo.
SemVer = "2.7.0-unreleased"
SemVer = "2.7.0-rc1"
)
var (