Skip to content

Commit

Permalink
RELEASE 0.1.0: Bumped version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirali committed Feb 27, 2019
1 parent 227f6a6 commit 3cbfcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log () { echo -e "$@"; }
errlog () { >&2 log "$@"; }
err () { >&2 log "ERROR:" "$@"; }

readonly _WORKBENCH_VERSION=0.0.1
readonly _WORKBENCH_VERSION=0.1.0
readonly _PROG="${0##*/}"

WORKBENCH_BENCH_EXTN="${WORKBENCH_BENCH_EXTN:-bench}"
Expand Down

0 comments on commit 3cbfcd8

Please sign in to comment.