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 e5c66b1 commit 15a2f67Copy full SHA for 15a2f67
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.11.2" # rubocop:disable Style/MutableConstant
+ VERSION = "2.11.3" # rubocop:disable Style/MutableConstant
5
end
0 commit comments