Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinitelyNotAGoat committed Mar 7, 2020
1 parent ed30d85 commit ee701dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## v2.1.0-alpha

### changed
- Created a boltdb store for safe storage of edesk
- Updated to latest GoTezos for Carthage.

## v2.0.0-alpha

Expand Down
2 changes: 1 addition & 1 deletion cli/internal/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version = "v2.0.0"
version = "v2.1.0-alpha"
)

// NewVersionCommand returns a version cobra command
Expand Down

0 comments on commit ee701dc

Please sign in to comment.