Bump version to 0.1.2 (#32)

This commit is contained in:
Dave Gallant
2020-10-04 17:28:28 -04:00
committed by GitHub
parent 09d48c4b03
commit 379d4d6d89
3 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ fn main() {
debug!("Starting rfd-notify");
let app = App::new("rfd-notify")
.version("0.1.1")
.version("0.1.2")
.about("Send emails based on regular expressions")
.args(&[
Arg::with_name("config")