lib/airbrake-ruby/version.rb



##
# We use Semantic Versioning v2.0.0
# More information: http://semver.org/
module Airbrake
  ##
  # @return [String] the library version
  AIRBRAKE_RUBY_VERSION = '2.8.1'.freeze
end