We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3083e8d + 13b9126 commit ebbd7e3Copy full SHA for ebbd7e3
1 file changed
ClientDevelopmentGame/Assets/ExperienceCapture/Subassets/CaptureSetup.cs
@@ -19,7 +19,7 @@ public class CaptureSetup : MonoBehaviour
19
20
[Tooltip("Label the game version before releasing.")]
21
public string gameVersion;
22
- public const string clientVersionLocked = "1.1.6";
+ public const string clientVersionLocked = "1.1.10";
23
[Tooltip("Don't edit, is readonly and only informational.")]
24
public string clientVersion;
25
0 commit comments