From 104d0321e8f95d24ee3be2da584eabd726ba51ac Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 16 May 2022 01:25:37 -0400 Subject: [PATCH] bump version and changelog for v2.10.0-rc1 --- CHANGELOG.md | 2 +- irc/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (