Skip to content

Commit

Permalink
Update to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Oct 23, 2021
1 parent 1b09de1 commit 254a983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export MT_VERSION := "0.2.0"
export MT_VERSION := "0.3.0"

build:
mvn -q -DskipTests package
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/mvnsearch/ToolchainsCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.concurrent.Callable;

@Component
@Command(name = "mt", version = "0.2.0",
@Command(name = "mt", version = "0.3.0",
mixinStandardHelpOptions = true,
subcommands = {ListJDK.class, AddJDK.class, DeleteJDK.class, ListInstalledJDK.class, MavenToolchainsPlugin.class, ListVendors.class}
)
Expand Down

0 comments on commit 254a983

Please sign in to comment.