Skip to content

Commit

Permalink
Release 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Aug 11, 2021
1 parent 49a6ae6 commit 9c4dfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sendgrid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SendGrid
VERSION = '6.4.0'.freeze
VERSION = '6.5.0'.freeze
end
2 changes: 1 addition & 1 deletion test/sendgrid/test_sendgrid-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0', SendGrid::VERSION)
assert_equal('6.5.0', SendGrid::VERSION)
assert_instance_of(SendGrid::Client, sg.client)
assert_equal({}, sg.http_options)
end
Expand Down

0 comments on commit 9c4dfb9

Please sign in to comment.