Skip to content

Commit

Permalink
add instance_version to config
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Oct 9, 2024
1 parent 513663a commit e04bc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
}

0 comments on commit e04bc61

Please sign in to comment.