diff --git a/Cargo.toml b/Cargo.toml index a5a6db7..bad6f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reversi" -version = "0.3.2" +version = "0.3.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index d04560e..48cfa6b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ use clap::{builder::PossibleValuesParser, value_parser, Arg, Command, ValueSourc fn cli() -> Command<'static> { Command::new("reversi") - .version("0.3.2") + .version("0.3.3") .author("Leo Blume ") .about("Play the Reversi game against another player or the computer.") .arg(