Incremented gem version to 3.2.0.2

This version is to push a fix for gems containing files that were not
world-readable as they should be (issue #2853).
This commit is contained in:
Adam Cozzette 2017-03-15 10:11:24 -07:00
parent 3491ebd05e
commit 74aaca63ba

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "google-protobuf"
s.version = "3.2.0.1"
s.version = "3.2.0.2"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."