From a4bc01b5a18919d5e1eb97eb876e7bcc963c51bc Mon Sep 17 00:00:00 2001 From: Oliver Weiler Date: Mon, 8 Aug 2022 17:07:34 +0200 Subject: [PATCH] Bump version to 0.9.0 --- p2e.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2e.java b/p2e.java index 6e96247..b2cceaa 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.1.0", +@Command(name = "p2e", mixinStandardHelpOptions = true, version = "0.9.0", description = "Convert Spring application property names to environment variable names.") class p2e implements Runnable { @Parameters(index = "0", description = "The property name")