Bump version number

This commit is contained in:
Juno Takano 2024-07-07 21:38:47 -03:00
parent e887be09c5
commit da98ad2313

View file

@ -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"
}