Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed May 26, 2024
1 parent ccf1fb6 commit 495f456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<overwriteExistingFiles>true</overwriteExistingFiles>
<modules>
<module>
<file>target/jresolve-cli-2024.05.10-uber.jar</file>
<file>target/jresolve-cli-2024.05.26-uber.jar</file>
<moduleInfoFile>
src/main/uberjar/module-info.java
</moduleInfoFile>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/mccue/resolve/cli/CliMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@CommandLine.Command(
name = "jresolve",
mixinStandardHelpOptions = true,
version = "v2024.05.10",
version = "v2024.05.26",
description = "Resolves dependencies for the JVM."
)
public final class CliMain implements Callable<Integer> {
Expand Down

0 comments on commit 495f456

Please sign in to comment.