From c4fe89036c224679487bb5a39449924ecdcfe497 Mon Sep 17 00:00:00 2001 From: Twilio Date: Thu, 5 Nov 2020 21:55:07 +0000 Subject: [PATCH] Release 6.3.7 --- 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 1aa852cf..6f38180c 100644 --- a/lib/sendgrid/version.rb +++ b/lib/sendgrid/version.rb @@ -1,3 +1,3 @@ module SendGrid - VERSION = '6.3.6'.freeze + VERSION = '6.3.7'.freeze end diff --git a/test/sendgrid/test_sendgrid-ruby.rb b/test/sendgrid/test_sendgrid-ruby.rb index 814e1f86..2ebb3cdc 100644 --- a/test/sendgrid/test_sendgrid-ruby.rb +++ b/test/sendgrid/test_sendgrid-ruby.rb @@ -33,7 +33,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.3.6', SendGrid::VERSION) + assert_equal('6.3.7', SendGrid::VERSION) assert_instance_of(SendGrid::Client, sg.client) end