File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace SS14.Launcher;
44
55public static class ConfigConstants
66{
7- public const string CurrentLauncherVersion = "19 " ;
7+ public const string CurrentLauncherVersion = "20 " ;
88 public static readonly bool DoVersionCheck = true ;
99
1010 // Refresh login tokens if they're within <this much> of expiry.
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <!-- <PublishTrimmed>true</PublishTrimmed>
88 <PublishSingleFile>true</PublishSingleFile>-->
9- <Version >0.11.4 </Version >
9+ <Version >0.12.0 </Version >
1010 <IsPackable >false</IsPackable >
1111 <DefineConstants Condition =" '$(FullRelease)' == 'True'" >FULL_RELEASE;$(DefineConstants)</DefineConstants >
1212 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
You can’t perform that action at this time.
0 commit comments