isuPatches/sidekiq-process-health-check

View on GitHub
lib/sidekiq/process_health/check/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Sidekiq
  module ProcessHealth
    module Check
      VERSION = '1.0.0'.freeze
    end
  end
end