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