Prep for releasing 0.1.0 (#1093)

Start keeping .1 for bugfixes and make it easier for people to pin locally to accept those without picking up major changes
This commit is contained in:
Darragh Bailey
2020-04-23 18:07:09 +01:00
committed by GitHub
parent 63f34432ad
commit 5e1445f7df

View File

@@ -1,5 +1,5 @@
module VagrantPlugins
module ProviderLibvirt
VERSION = '0.0.45'.freeze
VERSION = '0.1.0'.freeze
end
end