Skip to content

Commit

Permalink
feat: add version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugokernel committed Apr 13, 2021
1 parent d9fc0c8 commit c17fabb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion todofi.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -311,7 +313,7 @@ config() {
}

help() {
HELP="${TODOFISH_HEADER} - Charles Rincheval, May 2020
HELP="${TODOFISH_HEADER} - Version ${VERSION} - Charles Rincheval, April 2021
--
* Add todo <span color='${COLOR_SHORTCUT}'>${SHORTCUT_NEW}</span>
* Mark as done <span color='${COLOR_SHORTCUT}'>${SHORTCUT_DONE}</span>
Expand Down

0 comments on commit c17fabb

Please sign in to comment.