summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 18a069b..4e9f5d4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -45,7 +45,7 @@ use crate::task_sync::TaskLifetime;
use crate::tree_options::TreeOptions;
use crate::verbs::VerbStore;
-const VERSION: &str = "0.4.5";
+const VERSION: &str = "0.4.6";
fn get_cli_args<'a>() -> clap::ArgMatches<'a> {
clap::App::new("broot")