diff --git a/CHANGELOG.md b/CHANGELOG.md index 0205d94..71dd220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Development +# Version 0.9.1 - Ensure GRPC service shuts down on context cancel - Add `--version` flag to print software version diff --git a/main.go b/main.go index 2d5efd9..85d9189 100644 --- a/main.go +++ b/main.go @@ -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)