We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b456980 commit ed78ba5Copy full SHA for ed78ba5
2 files changed
lib/smtpapi/version.rb
@@ -2,5 +2,5 @@
2
# SendGrid smtpapi
3
#
4
module Smtpapi
5
- VERSION = '0.1.4'.freeze
+ VERSION = '0.1.5'.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.4', Smtpapi::VERSION)
+ assert_equal('0.1.5', Smtpapi::VERSION)
11
12
13
def test_empty
0 commit comments