diff --git a/lib/sendgrid/version.rb b/lib/sendgrid/version.rb index 83b05caf..e4920c0c 100644 --- a/lib/sendgrid/version.rb +++ b/lib/sendgrid/version.rb @@ -1,3 +1,3 @@ module SendGrid - VERSION = '6.0.2' + VERSION = '6.0.3' end diff --git a/test/sendgrid/test_sendgrid-ruby.rb b/test/sendgrid/test_sendgrid-ruby.rb index 0e7e118d..628e6aa9 100644 --- a/test/sendgrid/test_sendgrid-ruby.rb +++ b/test/sendgrid/test_sendgrid-ruby.rb @@ -58,7 +58,7 @@ def test_init assert_equal(test_headers, sg.request_headers) assert_equal("v3", sg.version) assert_equal(subuser, sg.impersonate_subuser) - assert_equal("6.0.2", SendGrid::VERSION) + assert_equal("6.0.3", SendGrid::VERSION) assert_instance_of(SendGrid::Client, sg.client) end