lib/sidekiq/throttled/version.rb in sidekiq-throttled-0.6.4 vs lib/sidekiq/throttled/version.rb in sidekiq-throttled-0.6.5
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module Sidekiq
module Throttled
# Gem version
- VERSION = "0.6.4".freeze
+ VERSION = "0.6.5".freeze
end
end