Bumped version.

This commit is contained in:
soukoku
2014-04-06 08:51:41 -04:00
parent 1cd5e328e3
commit 0bd58e5e48
4 changed files with 290 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ namespace NTwain
class _NTwainVersionInfo
{
// keep this same in majors releases
public const string Release = "0.8.0.0";
public const string Release = "0.9.0.0";
// change this for each nuget release
public const string Build = "0.8.2";
public const string Build = "0.9.0";
}
}