Update to 2.2.0

This commit is contained in:
Yonas Kolb
2019-01-28 22:20:24 +11:00
parent fb3f80d6af
commit b490851c73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import Foundation
import ProjectSpec
import XcodeGenCLI
let version = try Version("2.1.0")
let version = try Version("2.2.0")
let cli = XcodeGenCLI(version: version)
cli.execute()