Skip to content

Commit c17fabb

Browse files
committed
feat: add version
1 parent d9fc0c8 commit c17fabb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

todofi.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! /usr/bin/env bash
22

3+
VERSION="1.0.0"
4+
35
TODOTXT_CFG_FILE="${HOME}/.config/todo/config"
46

57
CONFIG_FILE="${HOME}/.config/todofish.conf"
@@ -311,7 +313,7 @@ config() {
311313
}
312314

313315
help() {
314-
HELP="${TODOFISH_HEADER} - Charles Rincheval, May 2020
316+
HELP="${TODOFISH_HEADER} - Version ${VERSION} - Charles Rincheval, April 2021
315317
--
316318
* Add todo <span color='${COLOR_SHORTCUT}'>${SHORTCUT_NEW}</span>
317319
* Mark as done <span color='${COLOR_SHORTCUT}'>${SHORTCUT_DONE}</span>

0 commit comments

Comments
 (0)