We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd343d commit 92ca1c9Copy full SHA for 92ca1c9
Assets/Scripts/EphysLink/CommunicationManager.cs
@@ -21,7 +21,7 @@ private void Awake()
21
22
#region Variables
23
24
- public static readonly int[] EPHYS_LINK_MIN_VERSION = { 0, 9, 9 };
+ public static readonly int[] EPHYS_LINK_MIN_VERSION = { 0, 9, 10 };
25
26
public static readonly string EPHYS_LINK_MIN_VERSION_STRING = "≥ v" + string.Join(".", EPHYS_LINK_MIN_VERSION);
27
0 commit comments