diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/main.rs | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -1,7 +1,7 @@  [package]  name = "podcast"  edition = "2018" -version = "0.7.2" +version = "0.7.3"  authors = ["Nathan Jaremko <njaremko@gmail.com>"]  description = "A command line podcast manager"  license = "GPL-3.0" diff --git a/src/main.rs b/src/main.rs index 798e0e5..5e97b96 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.1"; +const VERSION: &str = "0.7.3";  fn main() -> Result<()> {      create_directories().chain_err(|| "unable to create directories")?; | 
