Skip to content

Commit

Permalink
Update protobuf to 3.7.1 (PR 2)
Browse files Browse the repository at this point in the history
Closes bazelbuild#7611.

Change-Id: I3bae96836d9a25f48fed96338e7f4bf59a19d42c
  • Loading branch information
davido committed Mar 9, 2019
1 parent 026afdb commit 1397b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/protobuf/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ licenses(["notice"])

load(":proto_alias.bzl", "proto_alias")

PROTOBUF_VERSION = "3.6.1"
_NEW_PROTOBUF_VERSION = "3.7.1"
_OLD_PROTOBUF_VERSION = "3.6.1"
PROTOBUF_VERSION = "3.7.1"

filegroup(
name = "srcs",
Expand Down

0 comments on commit 1397b69

Please sign in to comment.