diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | src/main.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "podcast" -version = "0.4.2" +version = "0.4.3" authors = ["njaremko <njaremko@gmail.com>"] description = "A command line podcast player" license = "GPL-3.0" diff --git a/src/main.rs b/src/main.rs index efd92ed..d957df4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ use clap::{App, Arg, SubCommand}; use structs::*; use utils::*; -const VERSION: &str = "0.4"; +const VERSION: &str = "0.4.3"; fn main() { if let Err(err) = create_directories() { |
