Skip to content

Commit 4ac8840

Browse files
committed
Preparing release 6.4.0 (CLI version as well)
1 parent b587c26 commit 4ac8840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cli-module/src/main/java/org/simplejavamail/internal/clisupport/CliCommandLineProducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static CommandLine configurePicoCli(List<CliDeclaredOptionSpec> declaredOptions,
3838
"%n" +
3939
"Note: All the regular functionality regarding properties and config files work with the CLI so you can provide defaults in a " +
4040
"property file as long as it is visible (on class path) or as system environment variables.")
41-
.version("Simple Java Mail 6.3.2");
41+
.version("Simple Java Mail 6.4.0");
4242

4343
rootCommandsHolder.usageMessage()
4444
.customSynopsis("",

0 commit comments

Comments
 (0)