File: version.rb

package info (click to toggle)
ruby-sentry-sidekiq 6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 144 kB
  • sloc: ruby: 412; makefile: 7; sh: 4
file content (7 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

module Sentry
  module Sidekiq
    VERSION = "6.3.0"
  end
end