1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 11:04:40 +00:00

Merge branch 'master' into release

This commit is contained in:
2016-03-24 20:34:23 +01:00

View File

@ -29,7 +29,7 @@ namespace Ntp.System
{
public static class VersionInfo
{
public static readonly string Number = "0.3a1";
public static readonly string Number = "0.3b";
public static readonly string Text = "v" + Number;
}