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