Skip to content

Commit c627782

Browse files
committed
bump version
1 parent 23f20e0 commit c627782

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.alexcheng1982</groupId>
88
<artifactId>bird-classifier</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010
<name>Bird classifier</name>
1111

1212
<properties>

src/main/java/io/github/alexcheng1982/birdclassifier/Cli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@CommandLine.Command(
1111
name = "bird-classifier",
1212
mixinStandardHelpOptions = true,
13-
version = "0.1.0",
13+
version = "0.2.0",
1414
description = "Classify birds"
1515
)
1616
public class Cli implements Callable<String> {

0 commit comments

Comments
 (0)