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