Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lslqtz committed Sep 30, 2024
1 parent 643bc88 commit dbc9c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/bclm_loop/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dbc9c32

Please sign in to comment.