bump version to v2.8.0-rc1

This commit is contained in:
Shivaram Lingamneni
2021-11-03 05:33:46 -04:00
parent 4901e67f51
commit ea4b93dd59
+1 -1
View File
@@ -7,7 +7,7 @@ import "fmt"
const (
// SemVer is the semantic version of Ergo.
SemVer = "2.8.0-unreleased"
SemVer = "2.8.0-rc1"
)
var (