Skip to content

Commit fcb63cf

Browse files
trevhollidayclaude
andcommitted
Fix CLI version string to match v0.1.0 tag
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4049740 commit fcb63cf

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)