diff --git a/Gemfile.lock b/Gemfile.lock index 28ece3c..0bf2481 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fog-proxmox (0.8.2) + fog-proxmox (0.8.3) fog-core (~> 2.1) fog-json (~> 1.2) ipaddress (~> 0.8) diff --git a/lib/fog/proxmox/version.rb b/lib/fog/proxmox/version.rb index b2c7221..8f51073 100644 --- a/lib/fog/proxmox/version.rb +++ b/lib/fog/proxmox/version.rb @@ -19,6 +19,6 @@ module Fog module Proxmox - VERSION = '0.8.2' + VERSION = '0.8.3' end end