Skip to content

Commit

Permalink
Update main.vala
Browse files Browse the repository at this point in the history
Updating to 1.4.4 to make it consistent with next release
  • Loading branch information
X3MBoy authored Feb 20, 2025
1 parent 5ea9cd8 commit 7511383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.vala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main (string[] args) {
}

if (argMap.has_key ("-v") || argMap.has_key ("--version")) {
print ("remontoire 1.4.3 (C) 2022 Ken Gilmer\n");
print ("remontoire 1.4.4 (C) 2022 Ken Gilmer\n");
return 0;
}

Expand Down

0 comments on commit 7511383

Please sign in to comment.