From e23a6bfc3b2851b44171123137a5d18eb1e170af Mon Sep 17 00:00:00 2001 From: Manuel Ruwe Date: Mon, 10 Oct 2022 19:12:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bumb=20version=20to=20v0.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/constants.ts b/data/constants.ts index 7b407844c..f7022807e 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.10.1'; +export const CURRENT_VERSION = 'v0.10.2';