chore(): 1.0.13

devops
jwerle 2 years ago
parent 619edf76ea
commit f1d3e92f3b

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

Loading…
Cancel
Save