Skip to content

Commit

Permalink
fix: nightly name change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Dec 10, 2022
1 parent 90028ea commit 61651be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/vagrant-zones/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
module VagrantPlugins
module ProviderZone
VERSION = '0.1.57'
NAME = 'vagrant-zones'
end
end
2 changes: 1 addition & 1 deletion vagrant-zones.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Encoding.default_external = Encoding::UTF_8
require File.expand_path('lib/vagrant-zones/version', __dir__)

Gem::Specification.new do |spec|
spec.name = 'vagrant-zones'
spec.name = VagrantPlugins::ProviderZone::NAME
spec.version = VagrantPlugins::ProviderZone::VERSION
spec.authors = ['Mark Gilbert']
spec.email = ['support@prominic.net']
Expand Down

0 comments on commit 61651be

Please sign in to comment.