From d6389bdd7fb21552a014753d90809c915169e151 Mon Sep 17 00:00:00 2001 From: Bastian Schmidt Date: Thu, 9 May 2024 10:35:21 +0200 Subject: [PATCH] Bump version to 0.2.1 --- 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 287b8a1..0af134a 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.0' + VERSION = '0.2.1' end