We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab71b1 commit 012b9d1Copy full SHA for 012b9d1
src/windows/NewInstanceWindow.tsx
@@ -11,7 +11,7 @@ import AdvancedOptions from "#components/AdvancedOptions";
11
const NewInstanceWindow = () => {
12
const [name, setName] = useState("");
13
const [type, setType] = useState<InstanceInfo["info"]["type"]>("vanilla");
14
- const [version, setVersion] = useState("1.18.1");
+ const [version, setVersion] = useState("1.19.3");
15
const [javaPath, setJavaPath] = useState<string | undefined>();
16
const [jvmArgs, setJvmArgs] = useState("");
17
0 commit comments