# frozen_string_literal: true
module Raven
  # Freezing this constant breaks in 1.9.x
  VERSION = "2.11.1" # rubocop:disable Style/MutableConstant
end
