From cd083ef650e96eb74925cd4b58da948fcbcaa3cd Mon Sep 17 00:00:00 2001 From: Matt Green Date: Sat, 4 Feb 2017 14:54:14 -0500 Subject: [PATCH] Bump to 1.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac21717..6817de0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "1.6.2" +version = "1.7.0" authors = ["Matt Green "] description = "Executes commands in response to file modifications" documentation = "https://github.com/mattgreen/watchexec"