Files
doneit-web/version/git-version.ts
T
Peter Maquiran 624d0b1d7a add gitignore
2023-08-28 17:11:29 +01:00

12 lines
509 B
TypeScript

export let versionData = {
"shortSHA": "a426fba4b",
"SHA": "a426fba4b3c63c23309cc9d377b733bd4fc775b2",
"branch": "developer-prod",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Mon Aug 28 17:06:16 2023 +0100'",
"lastCommitMessage": "merge branch",
"lastCommitNumber": "5221",
"change": "",
"changeStatus": "On branch developer-prod\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: .gitignore",
"changeAuthor": "peter.maquiran"
}