lib/sidekiq/throttled/version.rb in sidekiq-throttled-1.2.0 vs lib/sidekiq/throttled/version.rb in sidekiq-throttled-1.3.0

- old
+ new

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