Skip to content

Commit

Permalink
Change version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zipofar committed Nov 28, 2023
1 parent 8583a31 commit 158fa74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi-cli (2.3.3)
uffizzi-cli (2.3.4)
activesupport
awesome_print
faker
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
factory_bot (6.2.0)
activesupport (>= 5.0.0)
fakefs (1.8.0)
faker (3.2.1)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
hashdiff (1.0.1)
i18n (1.8.11)
Expand Down Expand Up @@ -99,8 +99,8 @@ GEM
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
securerandom (0.2.2)
sentry-ruby (5.12.0)
securerandom (0.3.0)
sentry-ruby (5.14.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
thor (1.3.0)
tty-color (0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uffizzi
VERSION = '2.3.3'
VERSION = '2.3.4'
end

0 comments on commit 158fa74

Please sign in to comment.