diff options
Diffstat (limited to 'hackernews_tui/src/main.rs')
-rw-r--r-- | hackernews_tui/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hackernews_tui/src/main.rs b/hackernews_tui/src/main.rs index a2ef6e8..4ec9fee 100644 --- a/hackernews_tui/src/main.rs +++ b/hackernews_tui/src/main.rs @@ -146,7 +146,7 @@ fn main() { // parse command line arguments let matches = App::new("hackernews-tui") - .version("0.7.2") + .version("0.7.3") .author("Thang Pham <phamducthang1234@gmail>") .arg( Arg::with_name("config") |