update version number for v2.11.0-rc1

This commit is contained in:
Shivaram Lingamneni 2022-12-18 00:03:18 -05:00
parent a052b82c78
commit d0c01301fd
1 changed files with 1 additions and 1 deletions

View File

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