aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Jaremko2019-02-24 19:28:38 -0500
committerNathan Jaremko2019-02-24 19:28:38 -0500
commitec84cdd94c14583dbc57a683fc5e511d48c594fd (patch)
tree60b5359972f21d9a5f91959e451fe88809976872 /src/main.rs
parente80219b5a569a8745fe6423eaeb4f4d8caf03924 (diff)
downloadpodcast-ec84cdd94c14583dbc57a683fc5e511d48c594fd.tar.bz2
Improve subscription behavior
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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")?;