From 0473c9a97800b5e65c4414280e6a7882a24804a3 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 23 Sep 2017 14:52:02 -0600 Subject: [PATCH] Advertise new release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796d975..ffe69ce 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Just add it to your `Cargo.toml`: ```toml [dependencies] -assert_cli = "0.4" +assert_cli = "0.5" ``` ## Example