Skip to content

Commit

Permalink
Raise ReaBoot version on website
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed May 14, 2024
1 parent 17d21f4 commit 0fffded
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 @@ -14,7 +14,7 @@ import {UAParser} from "ua-parser-js";
import {ParsedRecipe} from "reaboot-commons/src/recipe-util";
import {RecipeRef} from "./recipe-ref";

const LATEST_REABOOT_VERSION = "0.4.0";
const LATEST_REABOOT_VERSION = "0.5.0";

export function InstallViaReaboot(props: { recipe: ParsedRecipe }) {
const downloadConfig = getDownloadConfig();
Expand Down

0 comments on commit 0fffded

Please sign in to comment.