From b678d3be62e3b15ea0cfb353bad7b374a9ba7576 Mon Sep 17 00:00:00 2001 From: Lidia Mokevnina Date: Tue, 19 Dec 2023 15:31:25 +0100 Subject: [PATCH] Change version to 2.4.2 --- Gemfile.lock | 2 +- lib/uffizzi/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 03c07257..99a0e240 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi-cli (2.4.1) + uffizzi-cli (2.4.2) activesupport awesome_print faker diff --git a/lib/uffizzi/version.rb b/lib/uffizzi/version.rb index e9efdd10..a28d5fc6 100644 --- a/lib/uffizzi/version.rb +++ b/lib/uffizzi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uffizzi - VERSION = '2.4.1' + VERSION = '2.4.2' end