From bc506cf50c939f777c5e89dc6ee55ff06b2bc59d Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Sun, 21 Jan 2024 13:20:27 +0300 Subject: [PATCH] Update the update config steps to manage the automated updater after the release Varbase 9.0.18 #69 --- config/update-config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/update-config.json b/config/update-config.json index 3654338..b13f1db 100644 --- a/config/update-config.json +++ b/config/update-config.json @@ -292,12 +292,18 @@ }, "9.0.16": { "from": "9.0.16", - "to": "9.0.17", + "to": "9.0.18", "final_target_version": "~9.0.0", - "composer-project-json-url": "9.0.17" + "composer-project-json-url": "9.0.18" }, "9.0.17": { "from": "9.0.17", + "to": "9.0.18", + "final_target_version": "~9.0.0", + "composer-project-json-url": "9.0.18" + }, + "9.0.18": { + "from": "9.0.18", "to": "9.1.0", "final_target_version": "~9.1.0", "composer-project-json-url": "9.1.0"