Skip to content

Commit

Permalink
fix: Update --version
Browse files Browse the repository at this point in the history
closes #3
  • Loading branch information
thehale committed Jan 4, 2025
1 parent ea252d0 commit 9654109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tnoodlecli/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static void main(String[] args) {
validateArgs(jc, args);

if (app.version) {
System.out.println("tnoodle-cli version 1.0.0");
System.out.println("tnoodle-cli version 1.1.1");
} else {
executeCommand(jc);
}
Expand Down

0 comments on commit 9654109

Please sign in to comment.