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 23f20e0 commit c627782Copy full SHA for c627782
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.github.alexcheng1982</groupId>
8
<artifactId>bird-classifier</artifactId>
9
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.2.0-SNAPSHOT</version>
10
<name>Bird classifier</name>
11
12
<properties>
src/main/java/io/github/alexcheng1982/birdclassifier/Cli.java
@@ -10,7 +10,7 @@
@CommandLine.Command(
name = "bird-classifier",
mixinStandardHelpOptions = true,
13
- version = "0.1.0",
+ version = "0.2.0",
14
description = "Classify birds"
15
)
16
public class Cli implements Callable<String> {
0 commit comments