From a7fb12d8bf1cd2809ae0de4850fcd00ad7e3f3fb Mon Sep 17 00:00:00 2001 From: NeKz Date: Tue, 21 May 2024 04:26:07 +0200 Subject: [PATCH] Bump client version --- src/client/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/constants.ts b/src/client/constants.ts index dc77a7a..382e859 100644 --- a/src/client/constants.ts +++ b/src/client/constants.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: MIT */ -export const AutorenderVersion = '1.0.3'; +export const AutorenderVersion = '1.0.4'; export const ReleaseTag = `client-${AutorenderVersion}`;