From cab2f9dbb745a94f8ca6d3d6efdf5aa012853879 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 13 Sep 2022 14:42:25 +0200 Subject: [PATCH] Bump version to 0.17.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ac040f2..c0f90d61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "indicatif" description = "A progress bar and cli reporting library for Rust" -version = "0.17.0" +version = "0.17.1" keywords = ["cli", "progress", "pb", "colors", "progressbar"] categories = ["command-line-interface"] license = "MIT"