lib/raven/version.rb in sentry-raven-2.1.3 vs lib/raven/version.rb in sentry-raven-2.1.4

- old
+ new

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