diff options
| author | Nathan Jaremko | 2019-01-15 22:54:06 -0500 | 
|---|---|---|
| committer | Nathan Jaremko | 2019-01-15 22:54:06 -0500 | 
| commit | 5acf564072f7ec07040a4b383e64a915f37a2a09 (patch) | |
| tree | 2d6d58ad94a8602e5e6517d5194c539faee20ec8 /src/main.rs | |
| parent | 38e1b2396fbcbf810bd8eda77c53ef3339b8ea44 (diff) | |
| download | podcast-5acf564072f7ec07040a4b383e64a915f37a2a09.tar.bz2 | |
Ignore case when playing/downloading by name
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 | 
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")?; | 
