From 82dc80e32756a6e4a41c04b8375d0c650f625d0e Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Sun, 5 Jul 2020 16:01:31 +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 8c27e8a2..1bb4db2f 100644 --- a/Sources/LicensePlistCore/Consts.swift +++ b/Sources/LicensePlistCore/Consts.swift @@ -9,6 +9,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.15.0" + public static let version = "2.16.0" public static let encoding = String.Encoding.utf8 }