From 1607adbd66cf9dcc6d0f02c68fa8b35d63b8aa61 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Tue, 26 Jul 2016 08:54:11 -0700 Subject: [PATCH] Version Bump v4.0.1: Added troubleshooting section --- 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 39361779..44833fbd 100644 --- a/lib/sendgrid/version.rb +++ b/lib/sendgrid/version.rb @@ -1,3 +1,3 @@ module SendGrid - VERSION = '4.0.0' + VERSION = '4.0.1' end \ No newline at end of file diff --git a/test/sendgrid/test_sendgrid-ruby.rb b/test/sendgrid/test_sendgrid-ruby.rb index f1b2cc91..4e6023f4 100644 --- a/test/sendgrid/test_sendgrid-ruby.rb +++ b/test/sendgrid/test_sendgrid-ruby.rb @@ -30,7 +30,7 @@ def test_init ') assert_equal(test_headers, sg.request_headers) assert_equal("v3", sg.version) - assert_equal("4.0.0", SendGrid::VERSION) + assert_equal("4.0.1", SendGrid::VERSION) assert_instance_of(SendGrid::Client, sg.client) end