Skip to content

Commit

Permalink
Update to release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nd0g committed Apr 11, 2019
1 parent 9f57280 commit 52c36d2
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).

## 0.6.9 - 2019-XX-XX
## 0.7.0 - 2019-04-11

### Added
- [Pull 48](https://github.com/Ne0nd0g/merlin/pull/48) - Added `ls` command to agent & agent menu. Uses go code native to Merlin instead of executing `ls` or `dir` binary
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 = "0.6.8.BETA"
const Version = "0.7.0.BETA"

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

0 comments on commit 52c36d2

Please sign in to comment.