lib/sidekiq/throttled/version.rb in sidekiq-throttled-0.3.1 vs lib/sidekiq/throttled/version.rb in sidekiq-throttled-0.3.2

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true + module Sidekiq module Throttled # Gem version - VERSION = "0.3.1".freeze + VERSION = "0.3.2".freeze end end