Skip to content

Commit 6f4c0d7

Browse files
committed
Releasing v1.8.0
1 parent 3b840be commit 6f4c0d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.7.1'
3+
VERSION = '1.8.0'
44
end
55
end

vagrant-hostmanager.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require 'vagrant-hostmanager/version'
77
Gem::Specification.new do |gem|
88
gem.name = 'vagrant-hostmanager'
99
gem.version = VagrantPlugins::HostManager::VERSION
10-
gem.authors = ['Shawn Dahlen']
11-
gem.email = ['shawn@dahlen.me']
10+
gem.authors = ['Shawn Dahlen','Seth Reeser']
11+
gem.email = ['shawn@dahlen.me','info@devopsgroup.io']
1212
gem.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment}
1313
gem.summary = gem.description
1414
gem.license = 'MIT'

0 commit comments

Comments
 (0)