diff --git a/Sources/bclm_loop/main.swift b/Sources/bclm_loop/main.swift index 0287725..a5ed300 100644 --- a/Sources/bclm_loop/main.swift +++ b/Sources/bclm_loop/main.swift @@ -169,7 +169,7 @@ struct BCLMLoop: ParsableCommand { static let configuration = CommandConfiguration( commandName: "bclm_loop", abstract: "Battery Charge Level Max Loop (BCLM_Loop) Utility.", - version: "1.0", + version: "1.0b4", subcommands: [Loop.self, ChargeNow.self, Persist.self, Unpersist.self]) struct Loop: ParsableCommand {