Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
improbable-dino committed Sep 7, 2017
1 parent 7a8b0df commit cae5b3f
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0+dev";
private static final String VERSION = "1.3.0";

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

0 comments on commit cae5b3f

Please sign in to comment.