Skip to content

Commit 050f994

Browse files
committed
Updated version to v2.4.0
1 parent df3230f commit 050f994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## 2.1.2 - 2024-03-21
7+
## 2.1.2 - 2024-03-23
88

99
### Fixed
1010

pkg/merlin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ along with Merlin. If not, see <http://www.gnu.org/licenses/>.
2121
package merlin
2222

2323
// Version is a constant variable containing the version number for the Merlin package
24-
const Version = "2.1.0"
24+
const Version = "2.1.2"
2525

2626
// Build is a hash off the git commit and is stamped it at compile time
2727
var Build = "nonRelease"

0 commit comments

Comments
 (0)