lib/sidekiq/throttled/version.rb in sidekiq-throttled-0.8.2 vs lib/sidekiq/throttled/version.rb in sidekiq-throttled-0.9.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true module Sidekiq module Throttled # Gem version - VERSION = "0.8.2" + VERSION = "0.9.0" end end