From 9e312a6e9f58739064157c50e2ad72d52b5301c2 Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Tue, 12 Dec 2023 18:31:06 +0600 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/umbrellio_utils/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f3efab8..b567641 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - umbrellio-utils (0.7.3) + umbrellio-utils (0.7.4) memery (~> 1) GEM diff --git a/lib/umbrellio_utils/version.rb b/lib/umbrellio_utils/version.rb index ccbe51e..71792e0 100644 --- a/lib/umbrellio_utils/version.rb +++ b/lib/umbrellio_utils/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module UmbrellioUtils - VERSION = "0.7.3" + VERSION = "0.7.4" end