diff --git a/Sources/LicensePlistCore/Consts.swift b/Sources/LicensePlistCore/Consts.swift index e5afc03f..6ac2a7d1 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 = "1.8.3" + public static let version = "2.7.0" public static let encoding = String.Encoding.utf8 }