Skip to content

Commit 92ca1c9

Browse files
committed
chore: bump min Ephys Link
1 parent 9cd343d commit 92ca1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/EphysLink/CommunicationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private void Awake()
2121

2222
#region Variables
2323

24-
public static readonly int[] EPHYS_LINK_MIN_VERSION = { 0, 9, 9 };
24+
public static readonly int[] EPHYS_LINK_MIN_VERSION = { 0, 9, 10 };
2525

2626
public static readonly string EPHYS_LINK_MIN_VERSION_STRING = "≥ v" + string.Join(".", EPHYS_LINK_MIN_VERSION);
2727

0 commit comments

Comments
 (0)