From a1a0bcdbaa9e197863b5264159a15d649d43ff9f Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Thu, 3 Oct 2019 17:58:24 +0900 Subject: [PATCH] Bump up version --- Sources/LicensePlistCore/Consts.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/LicensePlistCore/Consts.swift b/Sources/LicensePlistCore/Consts.swift index bdd44150..a65f67d4 100644 --- a/Sources/LicensePlistCore/Consts.swift +++ b/Sources/LicensePlistCore/Consts.swift @@ -7,6 +7,6 @@ public struct Consts { public static let prefix = "com.mono0926.LicensePlist" public static let outputPath = "\(prefix).Output" public static let configPath = "license_plist.yml" - public static let version = "2.7.2" + public static let version = "2.7.3" public static let encoding = String.Encoding.utf8 }