Bugfix release 0.1.2 (#1112)

Skipping 0.1.1 as accidentally tagged before bumping version
This commit is contained in:
Darragh Bailey 2020-05-12 10:05:32 +01:00 committed by GitHub
parent 1c39003fc6
commit aa7ea05540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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