aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Jaremko2018-05-16 23:42:33 -0400
committerNathan Jaremko2018-05-16 23:42:33 -0400
commit31088213c082c5c507cb74a970b022944240ef5a (patch)
tree2e75b9ccde9d3d343b125a3b86b3a8d655fdb001 /src/main.rs
parent72c5691efc63852254bf0af8ca81d3ba859b1c1a (diff)
downloadpodcast-31088213c082c5c507cb74a970b022944240ef5a.tar.bz2
Update filename escapement to be OS sepecific
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 96572cc..b55bff9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -31,7 +31,7 @@ use utils::*;
use clap::{App, Arg, SubCommand};
-const VERSION: &str = "0.5.6";
+const VERSION: &str = "0.5.7";
fn main() -> Result<()> {
create_directories().chain_err(|| "unable to create directories")?;