lib/raven/version.rb in sentry-raven-2.6.2 vs lib/raven/version.rb in sentry-raven-2.6.3
- old
+ new
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
- VERSION = "2.6.2" # rubocop:disable Style/MutableConstant
+ VERSION = "2.6.3" # rubocop:disable Style/MutableConstant
end