Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ORYZAPAO committed Dec 26, 2021
1 parent d0f3824 commit 24f80b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ $ cargo build --release

更新履歴
----------
+ ver0.11_211212 calp 3.0.0-rc.4対応。Cargo.lockを登録。Cargo.lockを登録しておかないと、新たにビルドしたとき、新旧のクレート依存で失敗するのね。
+ ver0.11a_211226 typo
+ ver0.11_211212 clap 3.0.0-rc.4対応。Cargo.lockを登録。Cargo.lockを登録しておかないと、新たにビルドしたとき、新旧のクレート依存で失敗するのね。
+ ver0.1_211129 初版


Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use clap::{App, Arg, ArgMatches};

const AUTHOR: &str = "ORYZA (https://github.com/ORYZAPAO)";
const TOOL_NAME: &str = "d88info";
const TOOL_VERSION: &str = "ver 0.11";
const TOOL_VERSION: &str = "ver 0.11a";

/// Commad Line Analysis
///
Expand Down

0 comments on commit 24f80b8

Please sign in to comment.