bump version for 2.5.0-rc1

This commit is contained in:
Shivaram Lingamneni 2021-01-23 20:42:30 -05:00
parent 7ba594613b
commit 2ce74ff9c1
1 changed files with 1 additions and 1 deletions

View File

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