From 31c376e4d5e0f3e2f901035693c47aa9b8317e46 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 15 Jul 2024 16:56:52 +0200 Subject: [PATCH] Release 0.12.1 --- lib/fog/libvirt/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/libvirt/version.rb b/lib/fog/libvirt/version.rb index 2734335..ae52252 100644 --- a/lib/fog/libvirt/version.rb +++ b/lib/fog/libvirt/version.rb @@ -1,5 +1,5 @@ module Fog module Libvirt - VERSION = '0.12.0' + VERSION = '0.12.1' end end