3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 00:19:29 +01:00

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

View File

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