diff --git a/core/core.go b/core/core.go index 885dfcf..f062c60 100644 --- a/core/core.go +++ b/core/core.go @@ -37,7 +37,7 @@ var Verbose = false var Debug = false // Version is the Merlin Agent's version number -var Version = "2.4.1" +var Version = "2.4.2" // Build is the build number of the Merlin Agent program set at compile time var Build = "nonRelease" diff --git a/docs/CHANGELOG.MD b/docs/CHANGELOG.MD index 9a2bd8f..c921659 100644 --- a/docs/CHANGELOG.MD +++ b/docs/CHANGELOG.MD @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 2.5.0 - 2024-10-09 +## 2.4.2 - 2024-10-14 ### Fixed