lib/sentry/rails/version.rb in sentry-rails-5.20.1 vs lib/sentry/rails/version.rb in sentry-rails-5.21.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Sentry module Rails - VERSION = "5.20.1" + VERSION = "5.21.0" end end