Skip to content

Commit

Permalink
Bump version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored Aug 8, 2022
1 parent a4bc01b commit 3c7530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2e.java
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3c7530e

Please sign in to comment.