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.
2 parents 99fb41d + bf76d52 commit 0fa85acCopy full SHA for 0fa85ac
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- hooks-ruby (0.7.2)
+ hooks-ruby (0.7.3)
5
dry-schema (~> 1.14, >= 1.14.1)
6
grape (~> 2.3)
7
puma (>= 6.6, < 8.0)
lib/hooks/version.rb
@@ -4,5 +4,5 @@
module Hooks
# Current version of the Hooks webhook framework
# @return [String] The version string following semantic versioning
- VERSION = "0.7.2".freeze
+ VERSION = "0.7.3".freeze
8
end
0 commit comments