From c17fabb1ed26acda7582081090b11b865d332e1a Mon Sep 17 00:00:00 2001 From: hugokernel Date: Tue, 13 Apr 2021 09:44:42 +0200 Subject: [PATCH] feat: add version --- todofi.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todofi.sh b/todofi.sh index 2d00dc4..70dbb24 100755 --- a/todofi.sh +++ b/todofi.sh @@ -1,5 +1,7 @@ #! /usr/bin/env bash +VERSION="1.0.0" + TODOTXT_CFG_FILE="${HOME}/.config/todo/config" CONFIG_FILE="${HOME}/.config/todofish.conf" @@ -311,7 +313,7 @@ config() { } help() { - HELP="${TODOFISH_HEADER} - Charles Rincheval, May 2020 + HELP="${TODOFISH_HEADER} - Version ${VERSION} - Charles Rincheval, April 2021 -- * Add todo ${SHORTCUT_NEW} * Mark as done ${SHORTCUT_DONE}