We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824c2f5 commit f339861Copy full SHA for f339861
lib/sendgrid/version.rb
@@ -1,3 +1,3 @@
1
module SendGrid
2
- VERSION = '6.6.0'.freeze
+ VERSION = '6.6.1'.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.6.0', SendGrid::VERSION)
+ assert_equal('6.6.1', SendGrid::VERSION)
37
assert_instance_of(SendGrid::Client, sg.client)
38
assert_equal({}, sg.http_options)
39
0 commit comments