Skip to content

Commit

Permalink
Releasing v1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed Apr 17, 2018
1 parent eddb711 commit bc8c0eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ To release a new version of vagrant-hostmanager you will need to do the followin

*(only contributors of the GitHub repo and owners of the project at RubyGems will have rights to do this)*

1. First, bump the version in ~/lib/vagrant-hostmanager/version.rb:
1. First, bump, commit, and push the version in ~/lib/vagrant-hostmanager/version.rb:
* Follow [Semantic Versioning](http:https://semver.org/).
2. Then, create a matching GitHub Release (this will also create a tag):
* Preface the version number with a `v`.
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-hostmanager/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module HostManager
VERSION = '1.8.7'
VERSION = '1.8.8'
end
end

0 comments on commit bc8c0eb

Please sign in to comment.