chore(): 1.0.23

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

@ -1,6 +1,6 @@
{ {
"name": "bpkg", "name": "bpkg",
"version": "1.0.22", "version": "1.0.23",
"description": "Lightweight bash package manager", "description": "Lightweight bash package manager",
"global": true, "global": true,
"repo": "bpkg/bpkg", "repo": "bpkg/bpkg",

@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then
fi fi
## bpkg version ## bpkg version
VERSION="1.0.22" VERSION="1.0.23"
## output error to stderr ## output error to stderr
error () { error () {

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

Loading…
Cancel
Save