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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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