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 be04b39 commit c4852d1Copy full SHA for c4852d1
src/SpdReaderWriterDll/Settings.cs
@@ -7,11 +7,11 @@ public class Settings {
7
/// <summary>
8
/// DLL version
9
/// </summary>
10
- public const int DLLVERSION = 20211201;
+ public const int DLLVERSION = 20211202;
11
12
13
/// Minimum device's firmware version required
14
15
- public static int MINVERSION = 20211201;
+ public static int MINVERSION = 20211202;
16
}
17
0 commit comments