Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leo848 committed Jul 5, 2022
1 parent 552ccf1 commit b95a5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>")
.about("Play the Reversi game against another player or the computer.")
.arg(
Expand Down

0 comments on commit b95a5c8

Please sign in to comment.