diff options
author | Paul Yang <TeBoring@users.noreply.github.com> | 2017-07-19 06:58:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-19 06:58:05 -0700 |
commit | 50aa4febaffa6a6f168ec3f9afc6fbdd40e4d31f (patch) | |
tree | 3e26d5f5696937c45974b07d4b7379a463947b13 /protoc-artifacts | |
parent | 942a29cecd36f2a4b22fdd2179635cd548e6bd27 (diff) | |
parent | 6ec0b7e4d1fb606c6572a946e4eae97273367e67 (diff) |
Merge pull request #3375 from TeBoring/3.3.x
Merge 3.3.x into master
Diffstat (limited to 'protoc-artifacts')
-rw-r--r-- | protoc-artifacts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml index a06c9998..6003f09d 100644 --- a/protoc-artifacts/pom.xml +++ b/protoc-artifacts/pom.xml @@ -10,7 +10,7 @@ </parent> <groupId>com.google.protobuf</groupId> <artifactId>protoc</artifactId> - <version>3.3.0</version> + <version>3.3.2</version> <packaging>pom</packaging> <name>Protobuf Compiler</name> <description> |