From 6c7056e7b8545d8bbc3443e3ac17e2583235c937 Mon Sep 17 00:00:00 2001 From: Fred Potter Date: Mon, 16 Sep 2013 22:29:26 -0700 Subject: [PATCH] bumping to 0.1.12 --- xctool/xctool/Version.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xctool/xctool/Version.m b/xctool/xctool/Version.m index e8ba31950..d21d00b25 100644 --- a/xctool/xctool/Version.m +++ b/xctool/xctool/Version.m @@ -1,4 +1,4 @@ #import "Version.h" -NSString * const XCToolVersionString = @"0.1.11"; +NSString * const XCToolVersionString = @"0.1.12";