From e04bc61f2a1e909afbb0bd6036bac55422f32d74 Mon Sep 17 00:00:00 2001 From: Nikolai Petukhov Date: Wed, 9 Oct 2024 14:10:08 -0300 Subject: [PATCH] add instance_version to config --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index ed92401..2838d6e 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,4 @@ { - "release": { "version": "v1.0.0", "name": "my first release" }, "slug": "supervisely-ecosystem/hello-world-app", "main_script": "src/main.py", "headless": true, @@ -8,5 +7,6 @@ "docker_image": "supervisely/development:6.73.205", "categories": ["development"], "icon": "https://user-images.githubusercontent.com/12828725/182186256-5ee663ad-25c7-4a62-9af1-fbfdca715b57.png", - "poster": "https://user-images.githubusercontent.com/12828725/182181033-d0d1a690-8388-472e-8862-e0cacbd4f082.png" + "poster": "https://user-images.githubusercontent.com/12828725/182181033-d0d1a690-8388-472e-8862-e0cacbd4f082.png", + "instance_version": "6.11.19" }