chore(): 1.0.14

devops
jwerle 2 years ago
parent ec8065c22e
commit 04fe8189af

@ -1,6 +1,6 @@
{
"name": "bpkg",
"version": "1.0.13",
"version": "1.0.14",
"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.13"
VERSION="1.0.14"
## output error to stderr
error () {

Loading…
Cancel
Save