diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3efbada..445da30 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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. diff --git a/src/main/java/me/dinowernli/grpc/polyglot/Main.java b/src/main/java/me/dinowernli/grpc/polyglot/Main.java index af8c87b..7e87902 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 = "2.0.0+dev"; + private static final String VERSION = "2.0.0"; public static void main(String[] args) { // Fix the logging setup.