aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Jaremko2019-01-15 22:54:06 -0500
committerNathan Jaremko2019-01-15 22:54:06 -0500
commit5acf564072f7ec07040a4b383e64a915f37a2a09 (patch)
tree2d6d58ad94a8602e5e6517d5194c539faee20ec8 /src/main.rs
parent38e1b2396fbcbf810bd8eda77c53ef3339b8ea44 (diff)
downloadpodcast-5acf564072f7ec07040a4b383e64a915f37a2a09.tar.bz2
Ignore case when playing/downloading by name
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 4eba999..798e0e5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,7 +32,7 @@ use self::utils::*;
use clap::{App, Arg, SubCommand};
-const VERSION: &str = "0.6.1";
+const VERSION: &str = "0.7.1";
fn main() -> Result<()> {
create_directories().chain_err(|| "unable to create directories")?;