From edf061e40ea4bc8206a81b41d7477c7dca819760 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 28 Dec 2025 21:50:46 +0100 Subject: [PATCH] chore(system-hub): Bump release to 0.4.6-r2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated luci-app-system-hub internal release version to r2. Version update: - luci-app-system-hub: 0.4.6-r1 → 0.4.6-r2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-system-hub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-system-hub/Makefile b/luci-app-system-hub/Makefile index 1b84b033..fa059995 100644 --- a/luci-app-system-hub/Makefile +++ b/luci-app-system-hub/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-system-hub PKG_VERSION:=0.4.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind