Skip to content

Commit

Permalink
Bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 3, 2023
1 parent 1e819bf commit d021254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.8.0 (unreleased)
# v0.8.0 (2023-11-03)

* Added `--local-dev` flag to `bbctl run` for running a local git cloned bridge,
instead of downloading a CI binary or using pip install.
Expand Down
2 changes: 1 addition & 1 deletion cmd/bbctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (

ParsedBuildTime time.Time

Version = "v0.7.1"
Version = "v0.8.0"
)

const BuildTimeFormat = "Jan _2 2006, 15:04:05 MST"
Expand Down

0 comments on commit d021254

Please sign in to comment.