From a5a55bfb0c6353a0c598ca9f0a1b19df6214466d Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Sun, 18 Dec 2022 15:28:18 +0300 Subject: [PATCH] Update the update config steps to manage the automated updater after the release Varbase 9.0.10 #54 --- config/update-config.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/config/update-config.json b/config/update-config.json index 815de87..11b428c 100644 --- a/config/update-config.json +++ b/config/update-config.json @@ -237,20 +237,26 @@ }, "9.0.7": { "from": "9.0.7", - "to": "9.0.9", + "to": "9.0.10", "final_target_version": "~9.0", - "composer-project-json-url": "9.0.9" + "composer-project-json-url": "9.0.10" }, "9.0.8": { "from": "9.0.8", - "to": "9.0.9", + "to": "9.0.10", "final_target_version": "~9.0", - "composer-project-json-url": "9.0.9" + "composer-project-json-url": "9.0.10" }, "9.0.9": { "from": "9.0.9", - "to": "9.0.9", + "to": "9.0.10", "final_target_version": "~9.0", - "composer-project-json-url": "9.0.9" + "composer-project-json-url": "9.0.10" + }, + "9.0.10": { + "from": "9.0.10", + "to": "9.0.10", + "final_target_version": "~9.0", + "composer-project-json-url": "9.0.10" } } \ No newline at end of file