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