From 78847b65c8d370d52fb43b02277387f4686ed9a0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 12 Mar 2017 22:32:43 -0400 Subject: [PATCH] 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0f7cd41..d080577d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripgrep" -version = "0.4.0" #:version +version = "0.5.0" #:version authors = ["Andrew Gallant "] description = """ Line oriented search tool using Rust's regex library. Combines the raw