Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xry111 committed Sep 15, 2019
1 parent 15a4d0c commit 96b0224
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cftool"
version = "0.3.1"
version = "0.3.2"
authors = ["Xi Ruoyao <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ enum Action {
fn main() {
use clap::{App, Arg};
let matches = App::new("XDU-ICPC cftool")
.version("0.3.1")
.version("0.3.2")
.author("Xi Ruoyao <[email protected]>")
.about("A command line tool for submitting code to Codeforces")
.arg(
Expand Down Expand Up @@ -363,7 +363,7 @@ fn main() {
.init()
.unwrap();

info!("{}", "this is XDU-ICPC cftool, version 0.3.1");
info!("{}", "this is XDU-ICPC cftool, version 0.3.2");

let mut action = Action::None;

Expand Down

0 comments on commit 96b0224

Please sign in to comment.