aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNathan Jaremko2019-03-03 19:22:43 -0500
committerNathan Jaremko2019-03-03 19:22:43 -0500
commitcf8d69e765549bd08b4e05313927068b96c7cbe7 (patch)
treef8416c6ed3995bfb373edc781cc8dea15d640952 /src
parentc8b18e619d5d6aa61e85018603601c285448f809 (diff)
downloadpodcast-cf8d69e765549bd08b4e05313927068b96c7cbe7.tar.bz2
Increment version
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e83f527..780f87b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -38,7 +38,7 @@ mod errors {
use self::structs::*;
use errors::Result;
-const VERSION: &str = "0.10.2";
+const VERSION: &str = "0.10.3";
fn main() -> Result<()> {
utils::create_directories()?;