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.
1 parent 7e20f07 commit c4fe890Copy full SHA for c4fe890
lib/sendgrid/version.rb
@@ -1,3 +1,3 @@
1
module SendGrid
2
- VERSION = '6.3.6'.freeze
+ VERSION = '6.3.7'.freeze
3
end
test/sendgrid/test_sendgrid-ruby.rb
@@ -33,7 +33,7 @@ def test_init
33
assert_equal(test_headers, sg.request_headers)
34
assert_equal('v3', sg.version)
35
assert_equal(subuser, sg.impersonate_subuser)
36
- assert_equal('6.3.6', SendGrid::VERSION)
+ assert_equal('6.3.7', SendGrid::VERSION)
37
assert_instance_of(SendGrid::Client, sg.client)
38
39
0 commit comments