Skip to content

Commit

Permalink
version u
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Jul 6, 2024
1 parent 0710fd5 commit 210987e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build-win
.cache
*.vkp
*.ini
*.exe
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ptr89 (1.0.0) UNRELEASED; urgency=medium
ptr89 (1.0.1) UNRELEASED; urgency=medium

* first release

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using json = nlohmann::json;
using namespace Ptr89;

int main(int argc, char *argv[]) {
argparse::ArgumentParser program("ptr89");
argparse::ArgumentParser program("ptr89", "1.0.1");

program.add_argument("-f", "--file")
.required()
Expand Down

0 comments on commit 210987e

Please sign in to comment.