Skip to content

Commit 012b9d1

Browse files
committed
fix: set default version to 1.19.3
1 parent eab71b1 commit 012b9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/NewInstanceWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import AdvancedOptions from "#components/AdvancedOptions";
1111
const NewInstanceWindow = () => {
1212
const [name, setName] = useState("");
1313
const [type, setType] = useState<InstanceInfo["info"]["type"]>("vanilla");
14-
const [version, setVersion] = useState("1.18.1");
14+
const [version, setVersion] = useState("1.19.3");
1515
const [javaPath, setJavaPath] = useState<string | undefined>();
1616
const [jvmArgs, setJvmArgs] = useState("");
1717

0 commit comments

Comments
 (0)