Skip to content

Commit

Permalink
Prepare for 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dinowernli committed Dec 8, 2017
1 parent 8fe4391 commit f8f3070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/dinowernli/grpc/polyglot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f8f3070

Please sign in to comment.