From 5f74c964e4c25ee963c40e2b69f4cc719c49ac30 Mon Sep 17 00:00:00 2001 From: Doeke Zanstra Date: Sat, 25 Jan 2020 19:58:28 +0100 Subject: [PATCH] Marked version 0.8.1 --- ok.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ok.sh b/ok.sh index 4048e36..0487ebb 100755 --- a/ok.sh +++ b/ok.sh @@ -95,7 +95,7 @@ environment variables (for internal use): eval "$line_text" } - local -r version="0.8.0" + local -r version="0.8.1" # used for colored output (see: https://stackoverflow.com/a/20983251/56) # notice: this is partly a duplication from code in ok-show.py local -r c_nc=$'\033''[0m'