Releasing v1.8.8

This commit is contained in:
Seth Reeser 2018-04-17 17:56:00 -04:00
parent eddb711cd6
commit bc8c0eb2e3
2 changed files with 2 additions and 2 deletions

View File

@ -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)* *(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://semver.org/). * Follow [Semantic Versioning](http://semver.org/).
2. Then, create a matching GitHub Release (this will also create a tag): 2. Then, create a matching GitHub Release (this will also create a tag):
* Preface the version number with a `v`. * Preface the version number with a `v`.

View File

@ -1,5 +1,5 @@
module VagrantPlugins module VagrantPlugins
module HostManager module HostManager
VERSION = '1.8.7' VERSION = '1.8.8'
end end
end end