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