From beabe75fb1ed57a1bcdee28c66685e121cbd6232 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:26:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= 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 bad03062e..f09f2c3b9 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,3 +1,3 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.11.0'; +export const CURRENT_VERSION = 'v0.11.1'; export const ICON_PICKER_SLICE_LIMIT = 36;