We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a315113 commit ce15502Copy full SHA for ce15502
core/core.go
@@ -37,7 +37,7 @@ var Verbose = false
37
var Debug = false
38
39
// Version is the Merlin Agent's version number
40
-var Version = "2.4.1"
+var Version = "2.4.2"
41
42
// Build is the build number of the Merlin Agent program set at compile time
43
var Build = "nonRelease"
docs/CHANGELOG.MD
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## 2.5.0 - 2024-10-09
+## 2.4.2 - 2024-10-14
8
9
### Fixed
10
0 commit comments