Bump version number
This commit is contained in:
parent
e887be09c5
commit
da98ad2313
1 changed files with 1 additions and 2 deletions
3
src/tori
3
src/tori
|
@ -2,7 +2,7 @@
|
|||
|
||||
main() {
|
||||
# paths
|
||||
VERSION="0.1.0 2024-07-07"
|
||||
VERSION="0.1.1 2024-07-07"
|
||||
TORI_ROOT="$HOME/.local/share/tori"
|
||||
CONFIG_ROOT="$HOME/.config/tori"
|
||||
TMP_DIR="/tmp/tori"
|
||||
|
@ -64,7 +64,6 @@ check_core_paths() {
|
|||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
[ -n "$DEBUG" ] && echo "TORI_ROOT: $TORI_ROOT"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue