diff --git a/Gemfile.lock b/Gemfile.lock index d0eaec85..bf85bb19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi-cli (2.1.3) + uffizzi-cli (2.1.4) activesupport awesome_print faker diff --git a/lib/uffizzi/version.rb b/lib/uffizzi/version.rb index 1d1e8b10..170e0e3a 100644 --- a/lib/uffizzi/version.rb +++ b/lib/uffizzi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uffizzi - VERSION = '2.1.3' + VERSION = '2.1.4' end