Skip to content

Commit 9654109

Browse files
committed
fix: Update --version
closes #3
1 parent ea252d0 commit 9654109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tnoodlecli/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static void main(String[] args) {
8282
validateArgs(jc, args);
8383

8484
if (app.version) {
85-
System.out.println("tnoodle-cli version 1.0.0");
85+
System.out.println("tnoodle-cli version 1.1.1");
8686
} else {
8787
executeCommand(jc);
8888
}

0 commit comments

Comments
 (0)