3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 03:49:27 +01:00

bump version to v2.9.0-rc1

This commit is contained in:
Shivaram Lingamneni 2022-01-02 16:37:22 -05:00
parent 2dde9cb464
commit abd4cf7d3b

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.9.0-unreleased" SemVer = "2.9.0-rc1"
) )
var ( var (