From a0f43b62f76ab2e373af8e86fdb4610c76c3bccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Rodrigues=20Miguel?= Date: Fri, 17 Sep 2021 00:55:58 -0300 Subject: [PATCH] Release 0.1.6 --- install.sh | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 36605ae..9e83362 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #! /usr/bin/sh # Needs to be updated each version bump -VERSION="0.1.5" +VERSION="0.1.6" DOWNLOAD_LOCATION="/tmp/ouch" INSTALLATION_LOCATION="/usr/bin/ouch" diff --git a/src/lib.rs b/src/lib.rs index f7d04aa..58a9879 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,7 +17,7 @@ use lazy_static::lazy_static; pub const EXIT_FAILURE: i32 = 127; -const VERSION: &str = "0.1.5"; +const VERSION: &str = "0.1.6"; lazy_static! { static ref NO_COLOR_IS_SET: bool = {