From 3c7530e655bf0ff4ad5841539a31330ac2f61b6b Mon Sep 17 00:00:00 2001 From: Oliver Weiler Date: Mon, 8 Aug 2022 17:08:26 +0200 Subject: [PATCH] Bump version to 0.0.9 --- p2e.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2e.java b/p2e.java index b2cceaa..2d75359 100755 --- a/p2e.java +++ b/p2e.java @@ -8,7 +8,7 @@ import picocli.CommandLine.Command; import picocli.CommandLine.Parameters; -@Command(name = "p2e", mixinStandardHelpOptions = true, version = "0.9.0", +@Command(name = "p2e", mixinStandardHelpOptions = true, version = "0.0.9", description = "Convert Spring application property names to environment variable names.") class p2e implements Runnable { @Parameters(index = "0", description = "The property name")