Skip to content

Commit 7d2e4be

Browse files
author
Pierre Marijon
committed
Version 0.6.2
1 parent ab13fb6 commit 7d2e4be

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

Cargo.lock

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yacrd"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Pierre Marijon <[email protected]>"]
55
edition = '2018'
66

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use clap::Clap;
2424

2525
#[derive(Clap, Debug)]
2626
#[clap(
27-
version = "0.6.1 Flareon",
27+
version = "0.6.2 Ivysaur",
2828
author = "Pierre Marijon <[email protected]>",
2929
name = "yacrd",
3030
about = "

0 commit comments

Comments
 (0)