chore(): 1.0.15

devops
jwerle 2 years ago
parent 4c854bd241
commit fd2f6386cd

@ -1,6 +1,6 @@
{
"name": "bpkg",
"version": "1.0.14",
"version": "1.0.15",
"description": "Lightweight bash package manager",
"global": true,
"repo": "bpkg/bpkg",

@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then
fi
## bpkg version
VERSION="1.0.14"
VERSION="1.0.15"
## output error to stderr
error () {

Loading…
Cancel
Save