diff options
| author | Nathan Jaremko | 2018-05-16 22:36:50 -0400 |
|---|---|---|
| committer | Nathan Jaremko | 2018-05-16 22:36:50 -0400 |
| commit | e394ea52b04a99ba55719a7a9764bca3ebb591d2 (patch) | |
| tree | c35a6d094d89eeec8adeb4e352d8d1c9cb010f7a /src/main.rs | |
| parent | 0b9e9f9092b72b24ce1ec1fc058107f296c64838 (diff) | |
| download | podcast-e394ea52b04a99ba55719a7a9764bca3ebb591d2.tar.bz2 | |
Attempt to fix windows rename bug
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 35498df..4016199 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,7 +29,7 @@ use utils::*; use clap::{App, Arg, SubCommand}; -const VERSION: &str = "0.5.4"; +const VERSION: &str = "0.5.5"; fn main() -> Result<()> { create_directories().chain_err(|| "unable to create directories")?; |
