Releasing v1.8.8
This commit is contained in:
parent
eddb711cd6
commit
bc8c0eb2e3
|
@ -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://semver.org/).
|
||||
2. Then, create a matching GitHub Release (this will also create a tag):
|
||||
* Preface the version number with a `v`.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module VagrantPlugins
|
||||
module HostManager
|
||||
VERSION = '1.8.7'
|
||||
VERSION = '1.8.8'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue