From 70a72176b85324958fdeb1b7a3b57d78a06df7e3 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 22:17:49 +0000 Subject: [PATCH] Update app version --- apps/code-server/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/code-server/config.json b/apps/code-server/config.json index e750fa24..78ff4b82 100644 --- a/apps/code-server/config.json +++ b/apps/code-server/config.json @@ -4,9 +4,11 @@ "available": true, "port": 8101, "id": "code-server", - "tipi_version": 1, - "version": "4.5.1", - "categories": ["development"], + "tipi_version": 2, + "version": "4.7.1", + "categories": [ + "development" + ], "description": "", "short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.", "author": "https://github.com/coder",