From f6c01c437969597d08216150c42f4c1ee6f8316a Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 22 Jan 2020 20:43:25 +0000 Subject: [PATCH] Release 6.0.3 --- lib/sendgrid/version.rb | 2 +- test/sendgrid/test_sendgrid-ruby.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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