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", }, };