diff options
| author | Nathan Jaremko | 2019-02-24 18:11:04 -0500 | 
|---|---|---|
| committer | Nathan Jaremko | 2019-02-24 18:11:04 -0500 | 
| commit | 23b4500614a73140b023ad819b14bd90781d58ac (patch) | |
| tree | f1f90f8a8f7c56ec6906ace5ea242332aa9ded19 /src/main.rs | |
| parent | 22e617eec8e2d8da36788ae40fb53c2ed2ebe734 (diff) | |
| download | podcast-23b4500614a73140b023ad819b14bd90781d58ac.tar.bz2 | |
Fix sub command
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 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")?;  | 
