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

bump version and changelog for v2.10.0-rc1

This commit is contained in:
Shivaram Lingamneni 2022-05-16 01:25:37 -04:00
parent 14d1614bba
commit 104d0321e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Changelog # Changelog
All notable changes to Ergo will be documented in this file. All notable changes to Ergo will be documented in this file.
## [2.10.0-rc1] - 2022-05-15 ## [2.10.0-rc1] - 2022-05-16
We're pleased to be publishing the release candidate for 2.10.0 (the official release should follow in a week or so). We're pleased to be publishing the release candidate for 2.10.0 (the official release should follow in a week or so).

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