From 45e7d0615e5ce6402a0d8f94ffc81674801b2f0b Mon Sep 17 00:00:00 2001 From: Zipofar Date: Fri, 29 Sep 2023 11:24:45 +0300 Subject: [PATCH] Change version to 2.1.0 --- Gemfile.lock | 2 +- lib/uffizzi/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 26df4b83..117f04f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi-cli (2.0.37) + uffizzi-cli (2.1.0) activesupport awesome_print faker diff --git a/lib/uffizzi/version.rb b/lib/uffizzi/version.rb index cec71413..46210b97 100644 --- a/lib/uffizzi/version.rb +++ b/lib/uffizzi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uffizzi - VERSION = '2.0.37' + VERSION = '2.1.0' end