From f5a9236a47d75d336c9408b197c3f01e21f3e31d Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 2 May 2018 22:03:43 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e1c094b..2343b30c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "bat" readme = "README.md" repository = "https://github.com/sharkdp/bat" -version = "0.2.1" +version = "0.2.2" [dependencies] atty = "0.2.2"