From 5da6901a35c843cbf5f5f0140c8000e83f25bb6c Mon Sep 17 00:00:00 2001 From: jwerle Date: Thu, 31 Mar 2022 09:04:52 -0400 Subject: [PATCH] chore(): 1.0.23 --- bpkg.json | 2 +- bpkg.sh | 2 +- setup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bpkg.json b/bpkg.json index 5a95492..6992906 100644 --- a/bpkg.json +++ b/bpkg.json @@ -1,6 +1,6 @@ { "name": "bpkg", - "version": "1.0.22", + "version": "1.0.23", "description": "Lightweight bash package manager", "global": true, "repo": "bpkg/bpkg", diff --git a/bpkg.sh b/bpkg.sh index bfdf44b..697db62 100755 --- a/bpkg.sh +++ b/bpkg.sh @@ -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 () { diff --git a/setup.sh b/setup.sh index a2e4f94..90accf3 100755 --- a/setup.sh +++ b/setup.sh @@ -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}