chore(): 1.0.12

devops
jwerle 2 years ago
parent 6a7ab4adfb
commit 59a9b8c5f7

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

Loading…
Cancel
Save