Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Apr 19, 2019
1 parent 6185b85 commit ab590c5
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, 1, 0, CommonUtil.Version.PreRelType.Dev, 3);
new CommonUtil.Version(1, 1, 0, CommonUtil.Version.PreRelType.Final, 0);

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

0 comments on commit ab590c5

Please sign in to comment.