diff options
| author | Nathan Jaremko | 2019-01-15 23:49:18 -0500 |
|---|---|---|
| committer | Nathan Jaremko | 2019-01-15 23:49:18 -0500 |
| commit | 0d5c469c23efc2bccca8878142a07d99a2dd06b2 (patch) | |
| tree | 67911e5cb18d5ccce14288d2b3138c4bd210e8c2 /src | |
| parent | a8f00062a2365e8933c572ed0366e4d4c950e06a (diff) | |
| download | podcast-0d5c469c23efc2bccca8878142a07d99a2dd06b2.tar.bz2 | |
Increment version
Diffstat (limited to 'src')
| -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 5e97b96..a5f5db6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -32,7 +32,7 @@ use self::utils::*; use clap::{App, Arg, SubCommand}; -const VERSION: &str = "0.7.3"; +const VERSION: &str = "0.7.4"; fn main() -> Result<()> { create_directories().chain_err(|| "unable to create directories")?; |
