Release 15.0.5

This commit is contained in:
Robby Workman 2021-06-04 22:56:09 -05:00
parent ae1b8712a6
commit cd95834328
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sat Jun 5 03:54:45 UTC 2021
---------------
- Release 15.0.5
- Add "--" option to "command cd" in bash completion file
(akinomyoga)
Sat Jun 5 03:30:43 UTC 2021
---------------

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg
VERSION=${VERSION:-15.0.4}
VERSION=${VERSION:-15.0.5}
ARCH="noarch"
BUILD=${BUILD:-1}