Skip to content

Commit

Permalink
Version 1.9.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Jul 20, 2024
1 parent b6a5408 commit ccead47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceGen/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public partial class App : Application {
/// SourceGen version number.
/// </summary>
public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 9, 0, CommonUtil.Version.PreRelType.Dev, 3);
new CommonUtil.Version(1, 9, 0, CommonUtil.Version.PreRelType.Alpha, 1);
}
}

0 comments on commit ccead47

Please sign in to comment.