diff options
| author | Nathan Jaremko | 2019-01-15 23:55:28 -0500 |
|---|---|---|
| committer | Nathan Jaremko | 2019-01-15 23:55:28 -0500 |
| commit | 2059bdcd8582e2e64463f43dac2b719266d58323 (patch) | |
| tree | 14c32a07bf45946ee9eef0e0c5d720dbf361ee88 /src/main.rs | |
| parent | 0d5c469c23efc2bccca8878142a07d99a2dd06b2 (diff) | |
| download | podcast-0.7.5.tar.bz2 | |
Improve download all episodes message prompt0.7.5
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 a5f5db6..5f6cfc6 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.7.4"; +const VERSION: &str = "0.7.5"; fn main() -> Result<()> { create_directories().chain_err(|| "unable to create directories")?; |
