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 a0b870c commit 2bca105Copy full SHA for 2bca105
lib/sendgrid/version.rb
@@ -1,3 +1,3 @@
1
module SendGrid
2
- VERSION = '6.3.2'
+ VERSION = '6.3.3'
3
end
test/sendgrid/test_sendgrid-ruby.rb
@@ -34,7 +34,7 @@ def test_init
34
assert_equal(test_headers, sg.request_headers)
35
assert_equal("v3", sg.version)
36
assert_equal(subuser, sg.impersonate_subuser)
37
- assert_equal("6.3.2", SendGrid::VERSION)
+ assert_equal("6.3.3", SendGrid::VERSION)
38
assert_instance_of(SendGrid::Client, sg.client)
39
40
0 commit comments