Skip to content

Commit

Permalink
Testing CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikeshsreehari committed Nov 20, 2024
1 parent a955b59 commit 77b5ffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Version": "24.280.U.1911",
"PushCount": 280
"Version": "24.281.F.1911",
"PushCount": 281
}
5 changes: 4 additions & 1 deletion scripts/pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,7 @@ def main():
subprocess.run(["git", "add", VERSION_FILE])

if __name__ == "__main__":
main()
main()


#Very interesting

0 comments on commit 77b5ffd

Please sign in to comment.