From 7a53333292bdcc15cc513c46cd6b9062fe42214c Mon Sep 17 00:00:00 2001 From: rashidakanchwala Date: Tue, 24 Sep 2024 12:04:07 +0100 Subject: [PATCH] manually update versions Signed-off-by: rashidakanchwala --- demo-project/build/graphql/getVersion.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-project/build/graphql/getVersion.json b/demo-project/build/graphql/getVersion.json index 7d74b03d6b..3f4c3b5492 100644 --- a/demo-project/build/graphql/getVersion.json +++ b/demo-project/build/graphql/getVersion.json @@ -1,9 +1,9 @@ { "version": { "__typename": "Version", - "installed": "9.2.0", + "installed": "10.0.0", "isOutdated": false, - "latest": "9.2.0" + "latest": "10.0.0" } } \ No newline at end of file