From 6bccdceba1627fa24f39a810358633035a771804 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Tue, 12 Jan 2016 14:59:34 -0800 Subject: [PATCH] Version bump --- lib/deliver/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deliver/version.rb b/lib/deliver/version.rb index 1929c0b..7f9d7e8 100644 --- a/lib/deliver/version.rb +++ b/lib/deliver/version.rb @@ -1,4 +1,4 @@ module Deliver - VERSION = "1.6.6" + VERSION = "1.7.0" DESCRIPTION = 'Upload screenshots, metadata and your app to the App Store using a single command' end