lib/sidekiq/throttled/version.rb in sidekiq-throttled-0.3.0.pre vs lib/sidekiq/throttled/version.rb in sidekiq-throttled-0.3.0

- old
+ new

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