Update version to 0.2.0

This commit is contained in:
Kiana Sheibani 2023-10-14 00:45:07 -04:00
parent 21e0c62480
commit e51f4e2962
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
5 changed files with 6 additions and 6 deletions

View file

@ -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)]