Skip to content

Commit

Permalink
πŸš€ v1.0.0 πŸŽ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Aug 17, 2024
1 parent d3d3374 commit 1d21abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/gitinfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const GitInfo = {
commitHash: "",
commitTimestamp: "",
branchName: "",
tagName: "v0.99.x",
tagName: "v1.0.x",
buildTimestamp: "custom build"
};
2 changes: 1 addition & 1 deletion frontend/public/gitinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"commitHash": "",
"commitTimestamp": "",
"branchName": "",
"tagName": "v0.99.x",
"tagName": "v1.0.x",
"buildTimestamp": "custom build"
}

0 comments on commit 1d21abe

Please sign in to comment.