bump version to 2.1.0

This commit is contained in:
Shivaram Lingamneni 2020-05-31 23:56:25 -04:00
parent 4e4c4e4ae5
commit 34b2c3dc99
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.1.0-rc1" SemVer = "2.1.0"
) )
var ( var (