From 13f9d0a2c548f625c43604fb2bca4cc18a020a62 Mon Sep 17 00:00:00 2001 From: florrain Date: Mon, 3 Sep 2018 21:28:00 +0200 Subject: [PATCH] Bump to version 0.3.0 --- lib/smartystreets_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smartystreets_api/version.rb b/lib/smartystreets_api/version.rb index fa14941..f8f3d14 100644 --- a/lib/smartystreets_api/version.rb +++ b/lib/smartystreets_api/version.rb @@ -1,3 +1,3 @@ module SmartyStreetsApi - VERSION = "0.2.0" + VERSION = "0.3.0" end