1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2019-07-24 10:53:01 -07:00
parent b7996f4564
commit 5c6f26425f

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sidekiq
VERSION = "6.0.0.pre1"
VERSION = "6.0.0.pre2"
end