Skip to content

Commit

Permalink
Update to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Jan 31, 2020
1 parent 6dcbdb9 commit 0afe7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/buf/cmd/buf/buf.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package buf

import "github.com/bufbuild/cli/clicobra"

const version = "0.7.0-dev"
const version = "0.7.0"

// Main is the main.
func Main(use string, options ...RootCommandOption) {
Expand Down
1 change: 1 addition & 0 deletions make/buf/scripts/release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if [ -z "${INSIDE_DOCKER}" ]; then
-e INSIDE_DOCKER=1 \
"${DOCKER_IMAGE}" \
bash -x make/buf/scripts/release.bash
exit 0
fi

BASE_NAME="buf"
Expand Down

0 comments on commit 0afe7d5

Please sign in to comment.