mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Release 0.1.6
This commit is contained in:
parent
b099e4ac20
commit
a0f43b62f7
@ -1,7 +1,7 @@
|
|||||||
#! /usr/bin/sh
|
#! /usr/bin/sh
|
||||||
|
|
||||||
# Needs to be updated each version bump
|
# Needs to be updated each version bump
|
||||||
VERSION="0.1.5"
|
VERSION="0.1.6"
|
||||||
|
|
||||||
DOWNLOAD_LOCATION="/tmp/ouch"
|
DOWNLOAD_LOCATION="/tmp/ouch"
|
||||||
INSTALLATION_LOCATION="/usr/bin/ouch"
|
INSTALLATION_LOCATION="/usr/bin/ouch"
|
||||||
|
@ -17,7 +17,7 @@ use lazy_static::lazy_static;
|
|||||||
|
|
||||||
pub const EXIT_FAILURE: i32 = 127;
|
pub const EXIT_FAILURE: i32 = 127;
|
||||||
|
|
||||||
const VERSION: &str = "0.1.5";
|
const VERSION: &str = "0.1.6";
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
static ref NO_COLOR_IS_SET: bool = {
|
static ref NO_COLOR_IS_SET: bool = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user