From 234f5957925ab7908aed4597d16383aea5333f3f Mon Sep 17 00:00:00 2001 From: Luca Pizzamiglio Date: Thu, 29 Nov 2018 11:08:25 +0100 Subject: [PATCH] Prepare for 0.5.8 release --- bin/pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pot b/bin/pot index 36b444f2..0d550cfc 100755 --- a/bin/pot +++ b/bin/pot @@ -30,7 +30,7 @@ # Environment initialization and initial checks -_POT_VERSION=0.5.7 +_POT_VERSION=0.5.8 _POT_PATHNAME="$(realpath "$0")" _POT_PREFIX="$(dirname "${_POT_PATHNAME}")" _POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"