mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
Release 0.1.6
This commit is contained in:
parent
b099e4ac20
commit
a0f43b62f7
@ -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"
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user