From 1d589a821bafe4d911cbfb470ae22915d385772c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:25:41 +1300 Subject: [PATCH] chore: update version (#150) Co-authored-by: Create or Update Pull Request Action --- 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 b56d7b9..78a56f1 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("1.2.10") +#define ENGINE_SDK_VERSION TEXT("1.3.0.alpha") USTRUCT() struct FImmutableEngineVersionData