chore(): 1.0.19

pull/144/head
jwerle 2 years ago
parent 308b66a5e9
commit 23ac54d142

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

@ -9,7 +9,7 @@
# " ""
# bash package manager
VERSION="1.0.18"
VERSION="1.0.19"
TAG=${TAG:-$VERSION}
BRANCH=${BRANCH:-$TAG}
REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}

Loading…
Cancel
Save