Skip to content

Commit

Permalink
Merge pull request #62 from ddymko/release-0.1.10
Browse files Browse the repository at this point in the history
release for v0.1.10
  • Loading branch information
ddymko authored Nov 13, 2019
2 parents eee618b + 69bb0b3 commit ab89d7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v0.1.10](https://github.com/vultr/vultr-cli/compare/v0.1.9..v0.1.10) (2019-11-12)
### Bug fix
* GoVultr v0.1.7 version fix [PR 61](https://github.com/vultr/vultr-cli/pull/61)

## [v0.1.9](https://github.com/vultr/vultr-cli/compare/v0.1.8..v0.1.9) (2019-11-11)
### Enhancements
* Updating dependency versions [PR 59](https://github.com/vultr/vultr-cli/pull/59)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ var versionCmd = &cobra.Command{
}

func version() string {
return "Vultr-cli v0.1.9"
return "Vultr-cli v0.1.10"
}

0 comments on commit ab89d7d

Please sign in to comment.