From 4d8aea232ee4d9c1b7b417c6c107207b60e3962e Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Wed, 9 Dec 2015 17:26:17 -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 36f05fc..0bfff94 100644 --- a/lib/deliver/version.rb +++ b/lib/deliver/version.rb @@ -1,4 +1,4 @@ module Deliver - VERSION = "1.6.3" + VERSION = "1.6.4" DESCRIPTION = 'Upload screenshots, metadata and your app to the App Store using a single command' end