Skip to content

Commit

Permalink
bumped the version for better jdk 11 and up friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy committed Nov 1, 2021
1 parent 5eb9580 commit b116a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/bee/processor/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public String put(String key, String val) {
if (parameters.get("-easter-eggs") != null)
System.out.printf("Author: Dmitriy Rogatkin\n");
if (parameters.get("-version") != null) {
System.out.printf("7Bee version %d.%d.%d compiled on %s\r\n", 1, 1, 5, org.bee.CompileStamp.getStamp());
System.out.printf("7Bee version %d.%d.%d compiled on %s\r\n", 1, 2, 0, org.bee.CompileStamp.getStamp());
exit(0);
}
if (parameters.get("-h") != null || parameters.get("-help") != null)
Expand Down

0 comments on commit b116a2f

Please sign in to comment.