From 46a8f58eea932ae66bc62b9e41289b88af7cec0c Mon Sep 17 00:00:00 2001 From: laviro <1ronlavi@gmail.com> Date: Wed, 18 Dec 2019 15:30:31 +0200 Subject: [PATCH] Bump version to 1.0.3 --- lib/foreman_inventory_upload/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_inventory_upload/version.rb b/lib/foreman_inventory_upload/version.rb index f0eb44e9..f2caf902 100644 --- a/lib/foreman_inventory_upload/version.rb +++ b/lib/foreman_inventory_upload/version.rb @@ -1,3 +1,3 @@ module ForemanInventoryUpload - VERSION = '1.0.2'.freeze + VERSION = '1.0.3'.freeze end