We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af780b6 commit 472e22cCopy full SHA for 472e22c
lib/cfnguardian/models/check.rb
@@ -42,7 +42,7 @@ def initialize(resource)
42
@name = 'HttpCheck'
43
@package = 'http-check'
44
@handler = 'handler.http_check'
45
- @version = '077c726ed691a1176caf95497b8b02f05f00e0cb'
+ @version = '685c17ced2429954fccbf8b8b8f2132b37b3f4ff'
46
@runtime = 'python3.11'
47
end
48
lib/cfnguardian/version.rb
@@ -1,4 +1,4 @@
1
module CfnGuardian
2
- VERSION = "0.12.0"
+ VERSION = "0.12.1"
3
CHANGE_SET_VERSION = VERSION.gsub('.', '-').freeze
4
0 commit comments