Skip to content

Commit f339861

Browse files
twilio-dxbdarcet
authored andcommitted
Release 6.6.1
1 parent 824c2f5 commit f339861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/sendgrid/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SendGrid
2-
VERSION = '6.6.0'.freeze
2+
VERSION = '6.6.1'.freeze
33
end

test/sendgrid/test_sendgrid-ruby.rb

+1-1
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.6.0', SendGrid::VERSION)
36+
assert_equal('6.6.1', SendGrid::VERSION)
3737
assert_instance_of(SendGrid::Client, sg.client)
3838
assert_equal({}, sg.http_options)
3939
end

0 commit comments

Comments
 (0)