aboutsummaryrefslogtreecommitdiffstats
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 7cf2f45..b9085bb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -30,7 +30,7 @@ pub mod errors {
use self::errors::*;
use self::structs::*;
-const VERSION: &str = "0.9.0";
+const VERSION: &str = "0.9.1";
fn main() -> Result<()> {
utils::create_directories().chain_err(|| "unable to create directories")?;