diff --git a/Gemfile.lock b/Gemfile.lock index 3ae55059..53f40cc9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - solid_queue (0.8.1) + solid_queue (0.8.2) 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 e70ac187..2a483b32 100644 --- a/lib/solid_queue/version.rb +++ b/lib/solid_queue/version.rb @@ -1,3 +1,3 @@ module SolidQueue - VERSION = "0.8.1" + VERSION = "0.8.2" end