Browse Source

bump version and changelog for v2.10.0-rc1

tags/v2.10.0-rc1^0
Shivaram Lingamneni 2 years ago
parent
commit
104d0321e8
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      CHANGELOG.md
  2. 1
    1
      irc/version.go

+ 1
- 1
CHANGELOG.md View File

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

+ 1
- 1
irc/version.go View File

@@ -7,7 +7,7 @@ import "fmt"
7 7
 
8 8
 const (
9 9
 	// SemVer is the semantic version of Ergo.
10
-	SemVer = "2.10.0-unreleased"
10
+	SemVer = "2.10.0-rc1"
11 11
 )
12 12
 
13 13
 var (

Loading…
Cancel
Save