Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit f754fa9

Browse files
author
bhat
committed
Bump versino to 0.1.
1 parent c284e49 commit f754fa9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/bin/register.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use tokio::io::{AsyncReadExt, AsyncWriteExt};
1010

1111

1212
#[derive(Clap)]
13-
#[clap(version = "0.0", author = "Black H. <[email protected]>")]
13+
#[clap(version = "0.1", author = "Black H. <[email protected]>")]
1414
#[clap(setting = AppSettings::ColoredHelp)]
1515
struct Opts {
1616
#[clap(short, long, default_value = "51.15.127.80")]

src/bin/transfer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct Account {
2323
}
2424

2525
#[derive(Clap)]
26-
#[clap(version = "0.0", author = "Black H. <[email protected]>")]
26+
#[clap(version = "0.1", author = "Black H. <[email protected]>")]
2727
#[clap(setting = AppSettings::ColoredHelp)]
2828
struct Opts {
2929
#[clap(short, long, default_value = "transfer.yaml")]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub struct Device {
3232

3333

3434
#[derive(Clap)]
35-
#[clap(version = "0.0", author = "Black H. <[email protected]>")]
35+
#[clap(version = "0.1", author = "Black H. <[email protected]>")]
3636
#[clap(setting = AppSettings::ColoredHelp)]
3737
struct Opts {
3838
#[clap(short, long, default_value = "config.yaml")]

0 commit comments

Comments
 (0)