From 070e0b0a20ecc0052a4b89ea651e2f76b1ead710 Mon Sep 17 00:00:00 2001 From: Yermek Garifullanov <150758974+YermekG@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:12:11 +1200 Subject: [PATCH] chore: updated unreal sdk version (#114) --- Source/Immutable/Public/Immutable/ImmutableDataTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Immutable/Public/Immutable/ImmutableDataTypes.h b/Source/Immutable/Public/Immutable/ImmutableDataTypes.h index b523530..26351ac 100644 --- a/Source/Immutable/Public/Immutable/ImmutableDataTypes.h +++ b/Source/Immutable/Public/Immutable/ImmutableDataTypes.h @@ -8,7 +8,7 @@ // This is the version of the Unreal Immutable SDK that is being used. This is not the version of the engine. // This hardcoded value will be updated by a workflow during the release process. -#define ENGINE_SDK_VERSION TEXT("v1.2.9-alpha1") +#define ENGINE_SDK_VERSION TEXT("1.2.9") USTRUCT() struct FImmutableEngineVersionData