diff --git a/docs/CHANGELOG.MD b/docs/CHANGELOG.MD index d6016f5a..4c7a20c3 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.1.2 - 2024-03-21 +## 2.1.2 - 2024-03-23 ### Fixed diff --git a/pkg/merlin.go b/pkg/merlin.go index a201000d..fabb2789 100644 --- a/pkg/merlin.go +++ b/pkg/merlin.go @@ -21,7 +21,7 @@ along with Merlin. If not, see . package merlin // Version is a constant variable containing the version number for the Merlin package -const Version = "2.1.0" +const Version = "2.1.2" // Build is a hash off the git commit and is stamped it at compile time var Build = "nonRelease"