Skip to content

Commit

Permalink
Releasing v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed Feb 11, 2016
1 parent 3b840be commit 6f4c0d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.7.1'
VERSION = '1.8.0'
end
end
4 changes: 2 additions & 2 deletions vagrant-hostmanager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require 'vagrant-hostmanager/version'
Gem::Specification.new do |gem|
gem.name = 'vagrant-hostmanager'
gem.version = VagrantPlugins::HostManager::VERSION
gem.authors = ['Shawn Dahlen']
gem.email = ['[email protected]']
gem.authors = ['Shawn Dahlen','Seth Reeser']
gem.email = ['[email protected]','[email protected]']
gem.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment}
gem.summary = gem.description
gem.license = 'MIT'
Expand Down

0 comments on commit 6f4c0d7

Please sign in to comment.