diff options
| author | 2025-01-17 00:42:01 -0600 | |
|---|---|---|
| committer | 2025-01-17 00:42:01 -0600 | |
| commit | b8d81cc328dc88dd419485f5f80e1170ada79bd7 (patch) | |
| tree | 917902b398e206d474cf0f6c19dd9c8f67842b1d /ozone-cli/src/main.rs | |
| parent | extracting natives (diff) | |
fix bugs
Diffstat (limited to 'ozone-cli/src/main.rs')
| -rw-r--r-- | ozone-cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone-cli/src/main.rs b/ozone-cli/src/main.rs index dd59f9d..965d27f 100644 --- a/ozone-cli/src/main.rs +++ b/ozone-cli/src/main.rs @@ -15,7 +15,7 @@ async fn main() -> Result<(), Box<dyn Error>> { let launcher = o3launcher::launcher::Launcher::new(PathBuf::from("./work").as_path(), true).await?; let profile = Profile { - version_id: "1.8.9".into(), + version_id: "1.21.4".into(), java_runtime: None, instance: "".into() }; |
