From f8f307049804d548689bd33bdc1be1f3a305afb5 Mon Sep 17 00:00:00 2001 From: Dino Wernli Date: Fri, 8 Dec 2017 11:39:04 +0000 Subject: [PATCH] Prepare for 1.5 release --- RELEASE-NOTES.md | 2 ++ src/main/java/me/dinowernli/grpc/polyglot/Main.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 8f87862..54f4f25 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -6,6 +6,8 @@ Quick links: ## Upcoming release +## 1.5.0 + * Made sure exit code 1 is returned if command line arguments fail to parse or the rpc fails. * Fixed a bug where Polyglot would error out if the remote server didn't support reflection. diff --git a/src/main/java/me/dinowernli/grpc/polyglot/Main.java b/src/main/java/me/dinowernli/grpc/polyglot/Main.java index 53d0719..570dbd5 100644 --- a/src/main/java/me/dinowernli/grpc/polyglot/Main.java +++ b/src/main/java/me/dinowernli/grpc/polyglot/Main.java @@ -18,7 +18,7 @@ public class Main { private static final Logger logger = LoggerFactory.getLogger(Main.class); - private static final String VERSION = "1.5.0+dev"; + private static final String VERSION = "1.5.0"; public static void main(String[] args) { // Fix the logging setup.