Skip to content

Commit

Permalink
update protoc version to 3.7.1
Browse files Browse the repository at this point in the history
This fixes the bug outlined here protocolbuffers/protobuf#5875
  • Loading branch information
rmb938 authored and jeremyje committed Apr 1, 2019
1 parent 6dd23ff commit 97eed14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BASE_VERSION = 0.4.0
VERSION_SUFFIX = $(shell git rev-parse --short=7 HEAD)
VERSION ?= $(BASE_VERSION)-$(VERSION_SUFFIX)

PROTOC_VERSION = 3.7.0
PROTOC_VERSION = 3.7.1
GOLANG_VERSION = 1.12
HELM_VERSION = 2.13.0
HUGO_VERSION = 0.54.0
Expand Down

0 comments on commit 97eed14

Please sign in to comment.