diff --git a/Gemfile.lock b/Gemfile.lock index 224668f..e1fffd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - service_record (1.4.1) + service_record (1.4.2) activemodel (>= 6.1) GEM diff --git a/lib/service_record/version.rb b/lib/service_record/version.rb index c671e26..5a3d50e 100644 --- a/lib/service_record/version.rb +++ b/lib/service_record/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ServiceRecord - VERSION = '1.4.1' + VERSION = '1.4.2' end