Skip to content

Commit

Permalink
Releasing v0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed Apr 17, 2018
1 parent fd630f4 commit 3d72277
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 @@ -178,7 +178,7 @@ To release a new version of vagrant-digitalocean you will need to do the followi

*(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-digitalocean/version.rb:
1. First, bump, commit, and push the version in ~/lib/vagrant-digitalocean/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`.
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-digitalocean/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module DigitalOcean
VERSION = '0.9.2'
VERSION = '0.9.3'
end
end

0 comments on commit 3d72277

Please sign in to comment.