Skip to content

Commit 429aec7

Browse files
committed
Fix CLI version string to match v0.1.0 tag
1 parent 8bae306 commit 429aec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FrostscribeCLI/Frostscribe.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ struct Frostscribe: AsyncParsableCommand {
55
static let configuration = CommandConfiguration(
66
commandName: "frostscribe",
77
abstract: "A native macOS tool for ripping and preserving disc media.",
8-
version: "1.0.0",
8+
version: "0.1.0",
99
subcommands: [
1010
InitCommand.self,
1111
RipCommand.self,

0 commit comments

Comments
 (0)