Skip to content

Commit

Permalink
release: 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jun 4, 2021
1 parent af9b6c1 commit 8b585d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5.0"
VERSION = "4.5.1"
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.5.0"
VERSION = "4.5.1"
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.5.0"
VERSION = "4.5.1"
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.5.0"
VERSION = "4.5.1"
end
end

0 comments on commit 8b585d6

Please sign in to comment.