Skip to content

Commit cb8bcd6

Browse files
committed
test change
1 parent 0f65613 commit cb8bcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/Sequence-Unity/Sequence/SequenceSDK/Config/Editor/VersionSetter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class VersionSetter
1212
[DidReloadScripts]
1313
private static void InjectSDKVersionIntoResources()
1414
{
15-
Debug.Log("Injecting SDK version into Resources");
15+
Debug.Log("Injecting SDK version into Resources 2");
1616

1717
string version = PackageVersionReader.GetVersion();
1818
string versionFilePath = "Assets/Resources/sequence-unity-version.txt";

0 commit comments

Comments
 (0)