Skip to content

Commit c4fe890

Browse files
committed
Release 6.3.7
1 parent 7e20f07 commit c4fe890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/sendgrid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SendGrid
2-
VERSION = '6.3.6'.freeze
2+
VERSION = '6.3.7'.freeze
33
end

test/sendgrid/test_sendgrid-ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_init
3333
assert_equal(test_headers, sg.request_headers)
3434
assert_equal('v3', sg.version)
3535
assert_equal(subuser, sg.impersonate_subuser)
36-
assert_equal('6.3.6', SendGrid::VERSION)
36+
assert_equal('6.3.7', SendGrid::VERSION)
3737
assert_instance_of(SendGrid::Client, sg.client)
3838
end
3939

0 commit comments

Comments
 (0)