diff --git a/lib/vagrant_utm/version.rb b/lib/vagrant_utm/version.rb index 54af805..25eb1dc 100644 --- a/lib/vagrant_utm/version.rb +++ b/lib/vagrant_utm/version.rb @@ -4,6 +4,6 @@ module VagrantPlugins # Top level module for the Utm provider plugin. module Utm # Current version of the Utm provider plugin. - VERSION = "0.0.0" + VERSION = "0.0.1" end end