Skip to content

Commit

Permalink
Release 0.1.1 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Apr 18, 2023
1 parent 8d4019b commit 8b80564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.1 (Unreleased)
# 0.1.1 (18 April, 2023)

- feat: Use Id or Prefix in `deployment status` [[GH-22](https://github.com/umbracle/eth2-validator/issues/22)]
- feat: List available chains in the plugin [[GH-48](https://github.com/umbracle/eth2-validator/issues/48)]
Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ var (
GitCommit string

// Version is the main version at the moment.
Version = "0.1.0"
Version = "0.1.1"

// VersionPrerelease is a marker for the version.
VersionPrerelease = "dev"
VersionPrerelease = ""
)

// GetVersion returns a string representation of the version
Expand Down

0 comments on commit 8b80564

Please sign in to comment.