We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad67e1c commit 801ac37Copy full SHA for 801ac37
Assets/Scripts/VersionInfo.cs
@@ -16,8 +16,8 @@ public static class VersionInfo
16
public const string DaggerfallUnityProductName = "Daggerfall Unity";
17
public const string DaggerfallUnityStatus = "beta";
18
19
- // Last updated versions 21-July-2021
20
- public const string DaggerfallUnityVersion = "0.11.5";
+ // Last updated versions 25-July-2021
+ public const string DaggerfallUnityVersion = "0.11.6";
21
public const string DaggerfallToolsForUnityVersion = "1.9.0";
22
23
public const string BaselineUnityVersion = "2019.4.10f1";
0 commit comments