diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2017-11-02 14:16:22 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2017-11-02 14:16:22 -0700 |
commit | 97dd175a917fcdf1a0e0421659498a974f3a464a (patch) | |
tree | 8d6727aeb04fe18507117dbc977ae1ac171ab946 /protoc-artifacts | |
parent | cbe250591fca9d2e776776be065a72c5550a5556 (diff) |
Update version number to 3.5.0
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 c6f5a77f..742fab93 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.4.1</version> + <version>3.5.0</version> <packaging>pom</packaging> <name>Protobuf Compiler</name> <description> |