Skip to content

Commit

Permalink
matches reported version to jar version
Browse files Browse the repository at this point in the history
  • Loading branch information
lacan committed Oct 21, 2021
1 parent fd569d9 commit 866bf3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ public Version getQuPathVersion() {

@Override
public Version getVersion() {
return Version.parse("0.1.1");
return Version.parse("0.1.2");
}
}

0 comments on commit 866bf3d

Please sign in to comment.