From 2529898e19de9c690366c8caace4694070ee50b1 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 31 Aug 2024 22:26:08 +0200 Subject: [PATCH] Update version in documentation --- docs/docs/getting-started/installing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/installing.mdx b/docs/docs/getting-started/installing.mdx index 2b77f61..bb556b4 100644 --- a/docs/docs/getting-started/installing.mdx +++ b/docs/docs/getting-started/installing.mdx @@ -70,7 +70,7 @@ dependencies { ... and add this property to the `settings.gradle` file: ```properties # Set this to the engine version you want to use -dependencyStarOpenSourceEngine=1-alpha0 +dependencyStarOpenSourceEngine=1-alpha4 ``` ## Maven