Skip to content

Commit 69bf2f9

Browse files
committed
Release 0.1.4
1 parent 7a9e63a commit 69bf2f9

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.3'.freeze
5+
VERSION = '0.1.4'.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.3', Smtpapi::VERSION)
10+
assert_equal('0.1.4', Smtpapi::VERSION)
1111
end
1212

1313
def test_empty

0 commit comments

Comments
 (0)