From 024882af244591a21c1e721ea520ea8f8d0412f1 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 6 Aug 2024 17:26:10 +0800 Subject: [PATCH] rc release --- docker/apphub/Dockerfile | 2 +- version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 5d14e3c9..f2f581fb 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,6 +1,6 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202408061600, you can modify here to trigger Docker Build action +# modify time: 202408061725, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye diff --git a/version.json b/version.json index 123c603d..ab5eb3e6 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { - "version": "2.1.11-rc1", + "version": "2.1.11-rc2", "plugins": { "portainer": "0.1.1", "nginx": "0.0.8", "gitea": "0.0.6", - "myapps": "0.2.4", - "appstore": "0.2.2", + "myapps": "0.2.5", + "appstore": "0.2.3", "settings": "0.1.2", "navigator": "0.5.10" },