From 5200936fc1455703102324fd21ed007cd093948f Mon Sep 17 00:00:00 2001 From: jwerle Date: Wed, 13 Apr 2022 14:57:57 -0400 Subject: [PATCH] chore(): 1.0.24 --- 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 6992906..1338df4 100644 --- a/bpkg.json +++ b/bpkg.json @@ -1,6 +1,6 @@ { "name": "bpkg", - "version": "1.0.23", + "version": "1.0.24", "description": "Lightweight bash package manager", "global": true, "repo": "bpkg/bpkg", diff --git a/bpkg.sh b/bpkg.sh index 697db62..7e79979 100755 --- a/bpkg.sh +++ b/bpkg.sh @@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != "$0" ]]; then fi ## bpkg version -VERSION="1.0.23" +VERSION="1.0.24" ## output error to stderr error () { diff --git a/setup.sh b/setup.sh index 90accf3..a99efd0 100755 --- a/setup.sh +++ b/setup.sh @@ -9,7 +9,7 @@ # " "" # bash package manager -VERSION="1.0.23" +VERSION="1.0.24" TAG=${TAG:-$VERSION} BRANCH=${BRANCH:-$TAG} REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}