Skip to content

Commit ebbd7e3

Browse files
authored
Merge pull request #252 from jhburns/jonathan
Bumping client version
2 parents 3083e8d + 13b9126 commit ebbd7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClientDevelopmentGame/Assets/ExperienceCapture/Subassets/CaptureSetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class CaptureSetup : MonoBehaviour
1919

2020
[Tooltip("Label the game version before releasing.")]
2121
public string gameVersion;
22-
public const string clientVersionLocked = "1.1.6";
22+
public const string clientVersionLocked = "1.1.10";
2323
[Tooltip("Don't edit, is readonly and only informational.")]
2424
public string clientVersion;
2525

0 commit comments

Comments
 (0)