Skip to content

Commit ce15502

Browse files
committed
v2.4.2
1 parent a315113 commit ce15502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var Verbose = false
3737
var Debug = false
3838

3939
// Version is the Merlin Agent's version number
40-
var Version = "2.4.1"
40+
var Version = "2.4.2"
4141

4242
// Build is the build number of the Merlin Agent program set at compile time
4343
var Build = "nonRelease"

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.5.0 - 2024-10-09
7+
## 2.4.2 - 2024-10-14
88

99
### Fixed
1010

0 commit comments

Comments
 (0)