From a4be3d0aa893f217a015a7202762aad63345cc0c Mon Sep 17 00:00:00 2001 From: algernon-A Date: Tue, 24 May 2022 22:19:12 +1000 Subject: [PATCH] Version bump to 1.6.4. --- Changelog.txt | 4 +++- Code/Mod.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index b75f066..a22ce84 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 diff --git a/Code/Mod.cs b/Code/Mod.cs index 929b816..a9221d6 100644 --- a/Code/Mod.cs +++ b/Code/Mod.cs @@ -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"; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 7505d82..5e7faf8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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")]