Skip to content

Commit

Permalink
Merge branch 'release/4.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jul 23, 2021
2 parents a34cf8c + fa10f2a commit dbd2cc8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sentry-delayed_job/lib/sentry/delayed_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sentry
module DelayedJob
VERSION = "4.6.1"
VERSION = "4.6.2"
end
end
2 changes: 1 addition & 1 deletion sentry-rails/lib/sentry/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sentry
module Rails
VERSION = "4.6.1"
VERSION = "4.6.2"
end
end
2 changes: 1 addition & 1 deletion sentry-resque/lib/sentry/resque/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sentry
module Resque
VERSION = "4.6.1"
VERSION = "4.6.2"
end
end
2 changes: 1 addition & 1 deletion sentry-ruby/lib/sentry/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sentry
VERSION = "4.6.1"
VERSION = "4.6.2"
end
2 changes: 1 addition & 1 deletion sentry-sidekiq/lib/sentry/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sentry
module Sidekiq
VERSION = "4.6.1"
VERSION = "4.6.2"
end
end

0 comments on commit dbd2cc8

Please sign in to comment.