From faf02f97409c441b7ccf1521f19072d3a52f249e Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 14 Oct 2022 16:33:36 +0000 Subject: [PATCH] Update app version --- apps/gitea/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/gitea/config.json b/apps/gitea/config.json index ebe24b16..2f996bc2 100644 --- a/apps/gitea/config.json +++ b/apps/gitea/config.json @@ -4,9 +4,11 @@ "port": 8108, "available": true, "id": "gitea", - "tipi_version": 1, - "version": "1.16.8", - "categories": ["development"], + "tipi_version": 2, + "version": "1.17.2", + "categories": [ + "development" + ], "description": "Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork.", "short_desc": "Gitea - Git with a cup of tea · A painless self-hosted Git service. · Cross-platform · Easy to install · Lightweight · Open Source.", "author": "go-gitea",