Skip to content

Commit

Permalink
Version 1.0.4-dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Sep 9, 2024
1 parent e874ab7 commit 0390d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppCommon/GlobalAppVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class GlobalAppVersion {
/// Overall application version.
/// </summary>
public static readonly CommonUtil.Version AppVersion =
new CommonUtil.Version(1, 0, 4, CommonUtil.Version.PreRelType.Dev, 1);
new CommonUtil.Version(1, 0, 4, CommonUtil.Version.PreRelType.Dev, 2);
// NOTE: there's an independent version in DiskArc/Defs.cs
}
}

0 comments on commit 0390d68

Please sign in to comment.