From 18af491b9e13669fe5df1a3ca55c9c3864dbe577 Mon Sep 17 00:00:00 2001 From: Shimon Shtein Date: Wed, 20 Nov 2019 16:57:10 +0200 Subject: [PATCH] Bump version to official 1.0.0 (#105) --- 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 4e130c17..d6b80108 100644 --- a/lib/foreman_inventory_upload/version.rb +++ b/lib/foreman_inventory_upload/version.rb @@ -1,3 +1,3 @@ module ForemanInventoryUpload - VERSION = '1.0.0.beta7'.freeze + VERSION = '1.0.0'.freeze end