Skip to content

Commit bc8c0eb

Browse files
committed
Releasing v1.8.8
1 parent eddb711 commit bc8c0eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ To release a new version of vagrant-hostmanager you will need to do the followin
212212
213213
*(only contributors of the GitHub repo and owners of the project at RubyGems will have rights to do this)*
214214
215-
1. First, bump the version in ~/lib/vagrant-hostmanager/version.rb:
215+
1. First, bump, commit, and push the version in ~/lib/vagrant-hostmanager/version.rb:
216216
* Follow [Semantic Versioning](http://semver.org/).
217217
2. Then, create a matching GitHub Release (this will also create a tag):
218218
* Preface the version number with a `v`.

lib/vagrant-hostmanager/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module HostManager
3-
VERSION = '1.8.7'
3+
VERSION = '1.8.8'
44
end
55
end

0 commit comments

Comments
 (0)