This commit is contained in:
Russel Van Tuyl
2024-10-14 08:59:38 -04:00
parent a315113b9d
commit ce155028f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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