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