From 4a243b9ec048aa46d4f69ec8eccab8cab15dfd52 Mon Sep 17 00:00:00 2001 From: Ne0nd0g Date: Tue, 22 Mar 2022 08:31:47 -0400 Subject: [PATCH] v1.3.1 --- docs/CHANGELOG.MD | 2 +- pkg/merlin.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"