Skip to content

Commit

Permalink
Merlin v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nd0g committed Jul 20, 2022
1 parent 8a2fda8 commit 6ed48de
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.5.0 - 2022-07-XX
# 1.5.0 - 2022-07-20

### 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.4.2"
const Version = "1.5.0"

// Build is the unique number based off the git commit in which it is compiled against
var Build = "nonRelease"

0 comments on commit 6ed48de

Please sign in to comment.