summaryrefslogtreecommitdiffstats
path: root/hackernews_tui/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hackernews_tui/src/main.rs')
-rw-r--r--hackernews_tui/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hackernews_tui/src/main.rs b/hackernews_tui/src/main.rs
index 3f7ede7..d3a3103 100644
--- a/hackernews_tui/src/main.rs
+++ b/hackernews_tui/src/main.rs
@@ -55,7 +55,7 @@ fn init_logging(log_dir_str: &str) {
/// parse command line arguments
fn parse_args(config_dir: &std::path::Path, cache_dir: &std::path::Path) -> ArgMatches {
Command::new("hackernews-tui")
- .version("0.10.0")
+ .version("0.10.1")
.author("Thang Pham <phamducthang1234@gmail>")
.about("A Terminal UI to browse Hacker News")
.arg(