Skip to content

Commit e200e9f

Browse files
committed
bump version and changelog for v2.16.0
1 parent 66a7a48 commit e200e9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22
All notable changes to Ergo will be documented in this file.
33

4-
## [2.16.0-rc1] - 2025-05-11
5-
We're pleased to be publishing the release candidate for v2.16.0 (the official release should follow within a week or so). This release contains bug fixes and some minor updates.
4+
## [2.16.0] - 2025-05-18
5+
We're pleased to be publishing v2.16.0, a new stable release. This release contains bug fixes and some minor updates.
66

77
This release includes changes to the config file format, all of which are fully backwards-compatible and do not require updating the file before upgrading. It includes no changes to the database file format.
88

irc/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "fmt"
77

88
const (
99
// SemVer is the semantic version of Ergo.
10-
SemVer = "2.16.0-rc1"
10+
SemVer = "2.16.0"
1111
)
1212

1313
var (

0 commit comments

Comments
 (0)