Skip to content

Commit

Permalink
New day, new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed May 10, 2024
1 parent b04debb commit 415a639
Showing 1 changed file with 1 addition and 1 deletion.
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.09",
version = "v2024.05.10",
description = "Resolves dependencies for the JVM."
)
public final class CliMain implements Callable<Integer> {
Expand Down

0 comments on commit 415a639

Please sign in to comment.