Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update core.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 24, 2024
1 parent 3469b48 commit 670c606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use clap::{App, Arg, SubCommand};

fn main() {
let matches = App::new("DEX CLI")
.version("1.0.17-alpha")
.version("1.0.19-alpha")
.author("Bitswap & Bitlight Labs")
.about("CLI for interacting with DEX on RGB and Lightning Network")
.subcommand(
Expand Down

0 comments on commit 670c606

Please sign in to comment.