From 0f53de66e865bbc550ac5329a1f4606d86d3ebd4 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 28 Mar 2023 21:56:00 +0000 Subject: [PATCH] Update app version --- apps/syncthing/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/syncthing/config.json b/apps/syncthing/config.json index 838b4002..cd3fea27 100644 --- a/apps/syncthing/config.json +++ b/apps/syncthing/config.json @@ -5,9 +5,12 @@ "exposable": true, "port": 8090, "id": "syncthing", - "tipi_version": 3, - "version": "1.22", - "categories": ["data", "utilities"], + "tipi_version": 4, + "version": "1.23", + "categories": [ + "data", + "utilities" + ], "description": "Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important one being the first. This is the summary version of the goal list - for more commentary, see the full Goals document.", "short_desc": "Peer-to-peer file synchronization between your devices", "author": "The Syncthing Foundation",