diff options
| author | Nathan Jaremko | 2019-02-24 19:37:42 -0500 | 
|---|---|---|
| committer | Nathan Jaremko | 2019-02-24 19:37:42 -0500 | 
| commit | bd4679d4b9b8a17e7abd027ffdde0dc380468bab (patch) | |
| tree | fef41e11e674ce6c80a87dfe10560391128c17f6 /src/main.rs | |
| parent | 44fd58293585ada7bae51bd6ea3840f22e879416 (diff) | |
| download | podcast-bd4679d4b9b8a17e7abd027ffdde0dc380468bab.tar.bz2 | |
Improve unsubscription logic0.9.1
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 7cf2f45..b9085bb 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.9.0"; +const VERSION: &str = "0.9.1";  fn main() -> Result<()> {      utils::create_directories().chain_err(|| "unable to create directories")?; | 
