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

bump version for v2.12.0-rc1

This commit is contained in:
Shivaram Lingamneni 2023-09-17 23:07:54 -04:00
parent 399b0b3f39
commit 29b4be83bc

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