Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Oct 24, 2020
1 parent 002a547 commit 3de7e6f
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 @@
# Development
# Version 0.9.1
- Ensure GRPC service shuts down on context cancel
- Add `--version` flag to print software version

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "0.9.0"
var ReleaseVersion = "0.9.1"

// BuildVersion is the build version for the code.
var BuildVersion = uint64(2)
Expand Down

0 comments on commit 3de7e6f

Please sign in to comment.