diff options
| author | Nathan Jaremko | 2019-02-24 19:28:38 -0500 | 
|---|---|---|
| committer | Nathan Jaremko | 2019-02-24 19:28:38 -0500 | 
| commit | ec84cdd94c14583dbc57a683fc5e511d48c594fd (patch) | |
| tree | 60b5359972f21d9a5f91959e451fe88809976872 /src/main.rs | |
| parent | e80219b5a569a8745fe6423eaeb4f4d8caf03924 (diff) | |
| download | podcast-ec84cdd94c14583dbc57a683fc5e511d48c594fd.tar.bz2 | |
Improve subscription behavior
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 9d5b4d5..7cf2f45 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ pub mod errors {  use self::errors::*;  use self::structs::*; -const VERSION: &str = "0.8.2"; +const VERSION: &str = "0.9.0";  fn main() -> Result<()> {      utils::create_directories().chain_err(|| "unable to create directories")?; | 
