Skip to content

Commit 2bca105

Browse files
committed
Release 6.3.3
1 parent a0b870c commit 2bca105

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.2'
2+
VERSION = '6.3.3'
33
end

test/sendgrid/test_sendgrid-ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_init
3434
assert_equal(test_headers, sg.request_headers)
3535
assert_equal("v3", sg.version)
3636
assert_equal(subuser, sg.impersonate_subuser)
37-
assert_equal("6.3.2", SendGrid::VERSION)
37+
assert_equal("6.3.3", SendGrid::VERSION)
3838
assert_instance_of(SendGrid::Client, sg.client)
3939
end
4040

0 commit comments

Comments
 (0)