aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Jaremko2019-02-24 18:11:04 -0500
committerNathan Jaremko2019-02-24 18:11:04 -0500
commit23b4500614a73140b023ad819b14bd90781d58ac (patch)
treef1f90f8a8f7c56ec6906ace5ea242332aa9ded19 /src/main.rs
parent22e617eec8e2d8da36788ae40fb53c2ed2ebe734 (diff)
downloadpodcast-23b4500614a73140b023ad819b14bd90781d58ac.tar.bz2
Fix sub command
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 2e312e7..8be9e82 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.0";
+const VERSION: &str = "0.8.1";
fn main() -> Result<()> {
utils::create_directories().chain_err(|| "unable to create directories")?;