From 08799234e843c2cbde18e36f3a54866498d6b6b5 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Thu, 9 Mar 2023 14:50:27 +0300 Subject: [PATCH] Update the update config steps to manage the automated updater after the release Varbase 9.0.12 #59 --- 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 b66f513..968e4be 100644 --- a/config/update-config.json +++ b/config/update-config.json @@ -262,9 +262,15 @@ }, "9.0.11": { "from": "9.0.11", - "to": "9.0.11", + "to": "9.0.12", "final_target_version": "~9.0", - "composer-project-json-url": "9.0.11" + "composer-project-json-url": "9.0.12" + }, + "9.0.12": { + "from": "9.0.12", + "to": "9.0.12", + "final_target_version": "~9.0", + "composer-project-json-url": "9.0.12" } } } \ No newline at end of file