aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Jaremko2018-05-16 22:36:50 -0400
committerNathan Jaremko2018-05-16 22:36:50 -0400
commite394ea52b04a99ba55719a7a9764bca3ebb591d2 (patch)
treec35a6d094d89eeec8adeb4e352d8d1c9cb010f7a /src/main.rs
parent0b9e9f9092b72b24ce1ec1fc058107f296c64838 (diff)
downloadpodcast-e394ea52b04a99ba55719a7a9764bca3ebb591d2.tar.bz2
Attempt to fix windows rename bug
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 35498df..4016199 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,7 +29,7 @@ use utils::*;
use clap::{App, Arg, SubCommand};
-const VERSION: &str = "0.5.4";
+const VERSION: &str = "0.5.5";
fn main() -> Result<()> {
create_directories().chain_err(|| "unable to create directories")?;