From e43c51acccb5ebfe6e57f0550fa8c1a8e201cd4c Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 25 Nov 2024 14:34:10 -0500 Subject: [PATCH] Bump version to 11.0.3 --- lib/foreman_rh_cloud/version.rb | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/foreman_rh_cloud/version.rb b/lib/foreman_rh_cloud/version.rb index 948ff793..ef25d307 100644 --- a/lib/foreman_rh_cloud/version.rb +++ b/lib/foreman_rh_cloud/version.rb @@ -1,3 +1,3 @@ module ForemanRhCloud - VERSION = '11.0.2'.freeze + VERSION = '11.0.3'.freeze end diff --git a/package.json b/package.json index 5422b97e..559cb0c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foreman_rh_cloud", - "version": "11.0.2", + "version": "11.0.3", "description": "Inventory Upload =============", "main": "index.js", "scripts": {