We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad3408 commit 2b0ef68Copy full SHA for 2b0ef68
1 file changed
Sources/swiftshield/main.swift
@@ -4,7 +4,7 @@ import SwiftShieldCore
4
5
struct Swiftshield: ParsableCommand {
6
static var configuration = CommandConfiguration(
7
- abstract: "SwiftShield 4.2.0",
+ abstract: "SwiftShield 4.2.1",
8
subcommands: [Obfuscate.self, Deobfuscate.self]
9
)
10
}
0 commit comments