Skip to content

Commit

Permalink
Prepare version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinowernli committed Sep 9, 2018
1 parent b3d88ea commit 2a027ed
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

## 2.0.0

Overhauled Polyglot's command line options by using a different underlying library. This allows us to
* distinguish between commands (`list`) and options (`--add_protoc_includes`).
* distinguish between general options (applicable to all commands), and command specific options.
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 = "2.0.0+dev";
private static final String VERSION = "2.0.0";

public static void main(String[] args) {
// Fix the logging setup.
Expand Down

0 comments on commit 2a027ed

Please sign in to comment.