mirror of
https://github.com/bpkg/bpkg
synced 2024-11-04 06:00:18 +00:00
bump version
This commit is contained in:
parent
248b2d1cfb
commit
f6c60726be
2
bpkg.sh
2
bpkg.sh
@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != $0 ]]; then
|
||||
fi
|
||||
|
||||
## bpkg version
|
||||
VERSION="0.2.6"
|
||||
VERSION="0.2.7"
|
||||
|
||||
## output error to stderr
|
||||
error () {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bpkg",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"description": "Lightweight bash package manager",
|
||||
"global": true,
|
||||
"repo": "bpkg/bpkg",
|
||||
|
Loading…
Reference in New Issue
Block a user