Skip to content

Commit

Permalink
Ready to be 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Jun 9, 2024
1 parent 6f7650a commit 3cbdd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BLECommandLine/BLECommandLine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct BLECommandLine: AsyncParsableCommand {
static let configuration = CommandConfiguration(
commandName: "ble",
abstract: "Utility for Bluetooth Low Energy",
version: "0.0.0",
version: "1.0.0",
subcommands: [
PeripheralDiscovery.self,
MacroValidation.self,
Expand Down

0 comments on commit 3cbdd70

Please sign in to comment.