diff --git a/docs/CHANGELOG.MD b/docs/CHANGELOG.MD index c38f7c77..1b1f66d7 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). -# 1.3.1 - 2022-XX-XX +# 1.3.1 - 2022-03-22 ### Added diff --git a/pkg/merlin.go b/pkg/merlin.go index 9f037c00..ab07870c 100644 --- a/pkg/merlin.go +++ b/pkg/merlin.go @@ -18,7 +18,7 @@ package merlin // Version is a constant variable containing the version number for the Merlin package -const Version = "1.3" +const Version = "1.3.1" // Build is the unique number based off the git commit in which it is compiled against var Build = "nonRelease"