We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15caf1b commit 49de115Copy full SHA for 49de115
lib/raven/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
module Raven
3
# Freezing this constant breaks in 1.9.x
4
- VERSION = "2.10.0" # rubocop:disable Style/MutableConstant
+ VERSION = "2.11.0" # rubocop:disable Style/MutableConstant
5
end
0 commit comments