Release 0.1.6

This commit is contained in:
Vinícius Rodrigues Miguel 2021-09-17 00:55:58 -03:00
parent b099e4ac20
commit a0f43b62f7
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 = {