Update to 2.23.0

This commit is contained in:
yonaskolb
2021-05-23 21:32:03 +10:00
parent 8bfa2f33e4
commit 90bcaffbed
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ import ProjectSpec
import XcodeGenCLI
import Version
let version = Version("2.22.0")
let version = Version("2.23.0")
let cli = XcodeGenCLI(version: version)
cli.execute()