We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc27d9 commit a1333e8Copy full SHA for a1333e8
2 files changed
lib/smtpapi/version.rb
@@ -2,5 +2,5 @@
2
# SendGrid smtpapi
3
#
4
module Smtpapi
5
- VERSION = '0.1.2'.freeze
+ VERSION = '0.1.3'.freeze
6
end
test/test.rb
@@ -6,7 +6,7 @@
7
class SmtpapiTest < Test::Unit::TestCase
8
def test_version
9
- assert_equal('0.1.2', Smtpapi::VERSION)
+ assert_equal('0.1.3', Smtpapi::VERSION)
10
11
12
def test_empty
0 commit comments