Skip to content

Commit

Permalink
Bump version (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dim authored Mar 20, 2023
1 parent b0ab544 commit 641c0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
datadog-notifications (0.7.1)
datadog-notifications (0.7.2)
activesupport
dogstatsd-ruby (>= 5.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/notifications/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Datadog
class Notifications
VERSION = '0.7.1'.freeze
VERSION = '0.7.2'.freeze
end
end

0 comments on commit 641c0d0

Please sign in to comment.