Skip to content

Commit ed78ba5

Browse files
committed
Release 0.1.5
1 parent b456980 commit ed78ba5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/smtpapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SendGrid smtpapi
33
#
44
module Smtpapi
5-
VERSION = '0.1.4'.freeze
5+
VERSION = '0.1.5'.freeze
66
end

test/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
class SmtpapiTest < Test::Unit::TestCase
99
def test_version
10-
assert_equal('0.1.4', Smtpapi::VERSION)
10+
assert_equal('0.1.5', Smtpapi::VERSION)
1111
end
1212

1313
def test_empty

0 commit comments

Comments
 (0)