From 2af9e343f1883d18a3e4e03c8a05e761a0f4c5ca Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Sat, 7 Jan 2017 08:56:38 -0800 Subject: [PATCH] Bump version --- lib/weather-api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weather-api/version.rb b/lib/weather-api/version.rb index 0c79cb3..04da018 100644 --- a/lib/weather-api/version.rb +++ b/lib/weather-api/version.rb @@ -1,3 +1,3 @@ module Weather - VERSION = "1.3.0" unless defined?(Weather::VERSION) + VERSION = "1.4.0" unless defined?(Weather::VERSION) end