diff --git a/Gemfile.lock b/Gemfile.lock index 7e7c26b9..4e1c8c2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - solid_queue (1.1.2) + solid_queue (1.1.3) activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (>= 1.3.1) diff --git a/lib/solid_queue/version.rb b/lib/solid_queue/version.rb index 829bb200..01f8a592 100644 --- a/lib/solid_queue/version.rb +++ b/lib/solid_queue/version.rb @@ -1,3 +1,3 @@ module SolidQueue - VERSION = "1.1.2" + VERSION = "1.1.3" end