Skip to content

Commit c4852d1

Browse files
authored
Update to 20211202
1 parent be04b39 commit c4852d1

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 = 20211201;
10+
public const int DLLVERSION = 20211202;
1111

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

0 commit comments

Comments
 (0)