Skip to content

Commit

Permalink
Version bump to 1.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
algernon-A committed May 24, 2022
1 parent 8f97755 commit a4be3d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- Adjust young adult and adult job-seeking behavior to better reflect dynamic high-school exit ages
Version 1.6.4

- Adjust young adult and adult job-seeking behavior to better reflect dynamic high-school exit ages


Version 1.6.3
Expand Down
2 changes: 1 addition & 1 deletion Code/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class LifecycleRebalanceMod : IUserMod
internal static string Version => BaseVersion + " " + Beta;
internal static string Beta => "";
internal static int BetaVersion => 0;
private static string BaseVersion => "1.6.3";
private static string BaseVersion => "1.6.4";



Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.6.3.0")]
[assembly: AssemblyFileVersion("1.6.3.0")]
[assembly: AssemblyVersion("1.6.4.0")]
[assembly: AssemblyFileVersion("1.6.4.0")]

0 comments on commit a4be3d0

Please sign in to comment.