diff --git a/Gemfile.lock b/Gemfile.lock index b498c2e5..e157f8da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: core specs: - uffizzi_core (2.4.9) + uffizzi_core (2.4.10) aasm actionpack (~> 6.1.0) active_model_serializers diff --git a/core/Gemfile.lock b/core/Gemfile.lock index f761972b..86173045 100644 --- a/core/Gemfile.lock +++ b/core/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - uffizzi_core (2.4.9) + uffizzi_core (2.4.10) aasm actionpack (~> 6.1.0) active_model_serializers diff --git a/core/lib/uffizzi_core/version.rb b/core/lib/uffizzi_core/version.rb index b22ecb34..d8a9e9c7 100644 --- a/core/lib/uffizzi_core/version.rb +++ b/core/lib/uffizzi_core/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module UffizziCore - VERSION = '2.4.9' + VERSION = '2.4.10' end