2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-04 06:00:18 +00:00

bump version

This commit is contained in:
Joseph Werle 2015-02-22 10:07:00 -05:00
parent 248b2d1cfb
commit f6c60726be
2 changed files with 2 additions and 2 deletions

View File

@ -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 () {

View File

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