Bump version

This commit is contained in:
LinuxSquare 2024-01-06 14:32:59 +01:00
parent 7cfb292b88
commit aa4e474300

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# CONSTANTS
readonly PKGVER="0.0.2"
readonly PKGVER="0.0.3"
readonly LICENSE="GNU AGPLv3"
readonly ROOTPATH="$(dirname $(readlink -f $(which $0)))"
readonly TEMPLATEDIR="${ROOTPATH}/.template"