From 2345be3c7683d8b7d802ff070aa9cbc41047fc85 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 28 Mar 2023 21:55:02 +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 b78aca55..af3d0553 100644 --- a/apps/gitea/config.json +++ b/apps/gitea/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "gitea", - "tipi_version": 3, - "version": "1.17.3", - "categories": ["development"], + "tipi_version": 4, + "version": "1.19.0", + "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",