lib/raven/version.rb in sentry-raven-2.11.0 vs lib/raven/version.rb in sentry-raven-2.11.1

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module Raven # Freezing this constant breaks in 1.9.x - VERSION = "2.11.0" # rubocop:disable Style/MutableConstant + VERSION = "2.11.1" # rubocop:disable Style/MutableConstant end