update git version

This commit is contained in:
Peter Maquiran
2024-07-25 09:36:21 +01:00
parent 971a73f0a3
commit 74b82fb79d
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = { export let versionData = {
"shortSHA": "20c50318b", "shortSHA": "971a73f0a",
"SHA": "20c50318b2e37d32914e000f323cc5c783efb9e5", "SHA": "971a73f0a3bbb182ba836f7dae1434e4cd021136",
"branch": "feature/agenda-api-peter", "branch": "feature/agenda-api-peter",
"lastCommitAuthor": "'Peter Maquiran'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Wed Jul 24 13:42:03 2024 +0100'", "lastCommitTime": "'Thu Jul 25 09:32:45 2024 +0100'",
"lastCommitMessage": "update giver sion", "lastCommitMessage": "improve the way wa getting the user profile picture",
"lastCommitNumber": "5879", "lastCommitNumber": "5880",
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is up to date with 'origin/feature/agenda-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/modals/profile/edit-profile/edit-profile.page.ts\n\tmodified: src/app/shared/header/header.page.ts", "changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran" "changeAuthor": "peter.maquiran"
} }