Update version to 0.2.0
This commit is contained in:
parent
21e0c62480
commit
e51f4e2962
5 changed files with 6 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ pub fn issue(msg: &str, code: i32) -> ! {
|
|||
#[derive(Parser)]
|
||||
#[command(name = "StartRNR")]
|
||||
#[command(author = "Kiana Sheibani <kiana.a.sheibani@gmail.com>")]
|
||||
#[command(version = "0.1.0")]
|
||||
#[command(version = "0.2.0")]
|
||||
#[command(about = "StartRNR - Elo rating calculator for start.gg tournaments", long_about = None)]
|
||||
struct Cli {
|
||||
#[command(subcommand)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue