chore(): 1.0.23

pull/144/head
jwerle 2 years ago
parent 39961dc9f6
commit 5da6901a35

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

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

Loading…
Cancel
Save