Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nd0g committed Mar 22, 2022
1 parent 16fcdfd commit 4a243b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pkg/merlin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4a243b9

Please sign in to comment.