Fixed #30 version check logic.

This commit is contained in:
soukoku
2014-12-29 18:07:34 -05:00
parent cad36ecf0b
commit 0ad1a72bba
2 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ namespace NTwain
/// <summary>
/// The build release version number.
/// </summary>
public const string Build = "3.2.3"; // change this for each nuget release
public const string Build = "3.2.4"; // change this for each nuget release
}