Skip to content

Commit

Permalink
Fix CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Oct 11, 2024
1 parent 3591832 commit 8d973e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct Event {

fn main() {
let matches = App::new("Event Generator CLI")
.version("1.0.15-beta")
.version("1.0.17-beta")
.author("Area Layer")
.about("Open/close channels and make payments using Nostr, DLCs and Lightning Network via CLI")
.arg(
Expand Down

0 comments on commit 8d973e9

Please sign in to comment.