Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 0352d23

Browse files
Update version number for first point release
1 parent b949e50 commit 0352d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Main/GlobalAssemblyInfo.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ internal static class RevisionClass
2828
{
2929
public const string Major = "4";
3030
public const string Minor = "4";
31-
public const string Build = "0";
31+
public const string Build = "1";
3232
public const string Revision = "$INSERTREVISION$";
3333
public const string VersionName = null; // "" is not valid for no version name, you have to use null if you don't want a version name (eg "Beta 1")
3434

0 commit comments

Comments
 (0)