aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNathan Jaremko2018-05-16 23:44:57 -0400
committerNathan Jaremko2018-05-16 23:44:57 -0400
commit6f711fbc66045dda40d2c745beffae357b2c9fc7 (patch)
tree77977be0eab84326b39a293b1d73c2450e0098ef /src
parent31088213c082c5c507cb74a970b022944240ef5a (diff)
downloadpodcast-6f711fbc66045dda40d2c745beffae357b2c9fc7.tar.bz2
Update regex crate to 1.0
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index b55bff9..d8dc47d 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.7";
+const VERSION: &str = "0.5.8";
fn main() -> Result<()> {
create_directories().chain_err(|| "unable to create directories")?;