Skip to content

Commit

Permalink
set default version to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ariscript committed Dec 11, 2021
1 parent d66b71d commit 532f03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/NewInstanceWIndow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Button, Checkbox, FormControlLabel, TextField } from "@mui/material";
const NewInstanceWindow = () => {
const [name, setName] = useState("");
const [type, setType] = useState<InstanceOptions["type"]>("vanilla");
const [version, setVersion] = useState("1.18");
const [version, setVersion] = useState("1.18.1");
const [javaPath, setJavaPath] = useState<string | undefined>();
const [jvmArgs, setJvmArgs] = useState("");

Expand Down

0 comments on commit 532f03a

Please # to comment.