We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f51e2 commit 629912cCopy full SHA for 629912c
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.github.alexcheng1982</groupId>
8
<artifactId>bird-classifier</artifactId>
9
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.1-SNAPSHOT</version>
10
<name>Bird classifier</name>
11
12
<properties>
src/main/java/io/github/alexcheng1982/birdclassifier/Cli.java
@@ -11,7 +11,7 @@
@CommandLine.Command(
name = "bird-classifier",
13
mixinStandardHelpOptions = true,
14
- version = "0.2.0",
+ version = "0.2.1",
15
description = "Classify birds"
16
)
17
public class Cli implements Callable<String> {
0 commit comments