Skip to content

Commit 629912c

Browse files
committed
bump version
1 parent c0f51e2 commit 629912c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.0-SNAPSHOT</version>
9+
<version>0.2.1-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
@@ -11,7 +11,7 @@
1111
@CommandLine.Command(
1212
name = "bird-classifier",
1313
mixinStandardHelpOptions = true,
14-
version = "0.2.0",
14+
version = "0.2.1",
1515
description = "Classify birds"
1616
)
1717
public class Cli implements Callable<String> {

0 commit comments

Comments
 (0)