Skip to content

Commit

Permalink
bump version and changelog for v2.10.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed May 16, 2022
1 parent 14d1614 commit 104d032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion irc/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 104d032

Please sign in to comment.