summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-01-30 21:30:43 +0100
committerCanop <cano.petrole@gmail.com>2019-01-30 21:30:43 +0100
commitd18d886580aab22664dba25343618e9d0cdf9402 (patch)
tree0647e8050ce5eaf73f8d65fa9ace03f0bc355e91 /src/main.rs
parent3406e42e397bcdba09a7215fa7386c8938d17b94 (diff)
version bump -> 0.5.0
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 43f82ea..9a5bed8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -49,7 +49,7 @@ use crate::external::Launchable;
use crate::tree_options::TreeOptions;
use crate::verbs::VerbStore;
-const VERSION: &str = "0.4.7";
+const VERSION: &str = "0.5.0";
// declare the possible CLI arguments, and gets the values
fn get_cli_args<'a>() -> clap::ArgMatches<'a> {