mirror of
https://github.com/bpkg/bpkg
synced 2024-11-08 01:10:36 +00:00
bump version
This commit is contained in:
parent
59ec0a6cf5
commit
e1d572de2e
2
bpkg.sh
2
bpkg.sh
@ -7,7 +7,7 @@ if [[ ${BASH_SOURCE[0]} != $0 ]]; then
|
||||
fi
|
||||
|
||||
## bpkg version
|
||||
VERSION="0.2.5"
|
||||
VERSION="0.2.6"
|
||||
|
||||
## output error to stderr
|
||||
error () {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bpkg",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Lightweight bash package manager",
|
||||
"global": true,
|
||||
"install": "make install"
|
||||
|
Loading…
Reference in New Issue
Block a user