Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Oct 16, 2018
1 parent 25b7faf commit 1756fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceGen/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace SourceGen {
static class Program {
// Version number applied to the program as a whole.
public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 0, 0, CommonUtil.Version.PreRelType.Beta, 2);
new CommonUtil.Version(1, 0, 0, CommonUtil.Version.PreRelType.Final, 0);

/// <summary>
/// The main entry point for the application.
Expand Down

0 comments on commit 1756fa0

Please sign in to comment.