Skip to content

Commit

Permalink
Version 1.0.6-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Dec 19, 2024
1 parent 07f4093 commit 61c1869
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, 5, CommonUtil.Version.PreRelType.Final, 0);
new CommonUtil.Version(1, 0, 6, CommonUtil.Version.PreRelType.Dev, 1);
// NOTE: there's an independent version in DiskArc/Defs.cs
}
}

0 comments on commit 61c1869

Please sign in to comment.