Skip to content

Commit

Permalink
Set version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Jul 15, 2023
1 parent 86bcffc commit 5f37f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld/java/io/github/jwharm/javagi/JavaGIBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Path girDirectory() {
public JavaGIBuild() {
pkg = "io.github.jwharm.javagi";
name = "javagi";
version = version(0,6);
version = version(0,6, 0);
javaRelease = 20;
showStacktrace = true;
repositories = List.of(MAVEN_CENTRAL);
Expand Down

0 comments on commit 5f37f81

Please sign in to comment.