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