diff --git a/pms-cli b/pms-cli index a7f35e5..ef76063 100755 --- a/pms-cli +++ b/pms-cli @@ -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"