Skip to content

Commit 96ffe0e

Browse files
authored
Update Settings.cs
1 parent 7a032e2 commit 96ffe0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SpdReaderWriterDll/Settings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ public class Settings {
77
/// <summary>
88
/// DLL version
99
/// </summary>
10-
public const int DLLVERSION = 20211111;
10+
public const int DLLVERSION = 20211119;
1111

1212
/// <summary>
1313
/// Minimum device's firmware version required
1414
/// </summary>
15-
public static int MINVERSION = 20211111;
15+
public static int MINVERSION = 20211119;
1616
}
1717
}

0 commit comments

Comments
 (0)