From 8054158b7ce4588ab33ecf7f9c4a56c9a8368e28 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Wed, 15 Sep 2021 15:32:00 -0400 Subject: [PATCH] 0.14.1 "Performance" release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59efd2913..a5170c272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "0.14.0" #:version +version = "0.14.1" #:version authors = ["Joel Natividad "] description = "A high performance CSV command line toolkit forked from xsv." documentation = "https://github.com/jqnatividad/qsv"