diff --git a/CHANGELOG.md b/CHANGELOG.md index 876b77e0..1826e957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog 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). diff --git a/irc/version.go b/irc/version.go index e6bf55e5..938fe81e 100644 --- a/irc/version.go +++ b/irc/version.go @@ -7,7 +7,7 @@ import "fmt" const ( // SemVer is the semantic version of Ergo. - SemVer = "2.10.0-unreleased" + SemVer = "2.10.0-rc1" ) var (