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 927886b..2a8fe54 100644
--- a/hackernews_tui/src/main.rs
+++ b/hackernews_tui/src/main.rs
@@ -65,7 +65,7 @@ fn init_logging(log_dir_str: &str) {
/// parse command line arguments
fn parse_args(config_dir: std::path::PathBuf, cache_dir: std::path::PathBuf) -> ArgMatches {
Command::new("hackernews-tui")
- .version("0.12.0")
+ .version("0.13.0")
.author("Thang Pham <phamducthang1234@gmail>")
.about("A Terminal UI to browse Hacker News")
.arg(