Skip to content

Commit

Permalink
Refer to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Dec 26, 2024
1 parent 0113682 commit 2c0256d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/install-via-reaboot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2c0256d

Please sign in to comment.