From 3e3e55b9fc75c4fd3be0f6f06e1301e361615e0d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 17:37:23 +0200 Subject: Bump version to 0.5.0 --- doc/cli.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/cli.sh') diff --git a/doc/cli.sh b/doc/cli.sh index b561664..d3cca3d 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash -version="0.5.0" -date="January 2017" +version=0.5.0 +date="$(date +"%B %Y")" trap 'exit 1' ERR set -o errtrace # Trap in functions. -- cgit v1.1