Skip to content

Commit

Permalink
Bumped version number to v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Jan 30, 2022
1 parent fe290cf commit fbcfc8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the v0.0.0 tag for testing, it shouldn't clobber any release builds
RELEASE ?= v0.4.8
RELEASE ?= v0.4.9
CONTAINER_IMAGE ?= takama/protoc

all: build push
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# protoc
Protocol Buffer compiler and Go/gRPC gateway/swagger generators

## Version v0.4.8
## Version v0.4.9

See details in the [changelog](docs/CHANGELOG.md)
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Version v0.4.8
# Version v0.4.9

## v0.4.9

- Used gRPC version [v1.43.2](https://github.com/grpc/grpc/releases/tag/v1.43.2)

## v0.4.8

Expand Down

0 comments on commit fbcfc8c

Please sign in to comment.