From 2c0256d6c14f1539bd05ef82f877c98086e68685 Mon Sep 17 00:00:00 2001 From: Benjamin Klum Date: Fri, 27 Dec 2024 00:47:25 +0100 Subject: [PATCH] Refer to version 1.2.0 --- website/src/components/install-via-reaboot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/install-via-reaboot.tsx b/website/src/components/install-via-reaboot.tsx index 4328817..8a7792b 100644 --- a/website/src/components/install-via-reaboot.tsx +++ b/website/src/components/install-via-reaboot.tsx @@ -12,7 +12,7 @@ import {showToast} from "../util/toast-util"; import {Help} from "reaboot-commons/src/components/Help"; import {ReapackRef} from "reaboot-commons/src/components/ReapackRef"; -const LATEST_REABOOT_VERSION = "1.1.2"; +const LATEST_REABOOT_VERSION = "1.2.0"; export function InstallViaReaboot(props: { recipe: ParsedRecipe }) { const osName = UA_PARSER_RESULT.os.name;