diff options
| author | Nathan Jaremko | 2017-11-30 10:14:39 -0500 |
|---|---|---|
| committer | Nathan Jaremko | 2017-11-30 10:14:39 -0500 |
| commit | 74d3f1d654dc3872dce7f64f77feb4efe58cf06e (patch) | |
| tree | 70b48978202b8dc54a3635e8567283a8e1ad0394 /src | |
| parent | d58e7bc5cbff6af8c52d1471b2ae5c805c04c682 (diff) | |
| download | podcast-74d3f1d654dc3872dce7f64f77feb4efe58cf06e.tar.bz2 | |
update version printed in help
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 efd92ed..d957df4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ use clap::{App, Arg, SubCommand}; use structs::*; use utils::*; -const VERSION: &str = "0.4"; +const VERSION: &str = "0.4.3"; fn main() { if let Err(err) = create_directories() { |
