From 7bb1b0a6eb545f800da844a0f8c2e55cb07934b1 Mon Sep 17 00:00:00 2001 From: Bastian Schmidt Date: Wed, 27 Nov 2024 14:25:17 +0100 Subject: [PATCH] Bump version to 0.3.0 --- lib/foreman_resource_quota/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_resource_quota/version.rb b/lib/foreman_resource_quota/version.rb index 26505e9..65b3ffc 100644 --- a/lib/foreman_resource_quota/version.rb +++ b/lib/foreman_resource_quota/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanResourceQuota - VERSION = '0.2.2' + VERSION = '0.3.0' end