From d90869c8b6fc32d1c405d8d672ef105f70057043 Mon Sep 17 00:00:00 2001 From: Anton SHEPILOV Date: Thu, 30 Jan 2025 17:57:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20Version=201.0.6-rc4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdrive/backend/node/src/version.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tdrive/backend/node/src/version.ts b/tdrive/backend/node/src/version.ts index f2f38289..c5d6860c 100644 --- a/tdrive/backend/node/src/version.ts +++ b/tdrive/backend/node/src/version.ts @@ -1,7 +1,7 @@ export default { - current: /* @VERSION_DETAIL */ "1.0.6-rc3", + current: /* @VERSION_DETAIL */ "1.0.6-rc4", minimal: { - web: /* @MIN_VERSION_WEB */ "1.0.6-rc3", - mobile: /* @MIN_VERSION_MOBILE */ "1.0.6-rc3", + web: /* @MIN_VERSION_WEB */ "1.0.6-rc4", + mobile: /* @MIN_VERSION_MOBILE */ "1.0.6-rc4", }, };