We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 78c9c49 commit c53329aCopy full SHA for c53329a
demo/BuildInfo.cs
@@ -6,7 +6,7 @@ public static class BuildInfo
6
public const string Description = ""; // Description for the Mod. (Set as null if none)
7
public const string Author = "BA"; // Author of the Mod. (MUST BE SET)
8
public const string Company = null; // Company that made the Mod. (Set as null if none)
9
- public const string Version = "1.0.7"; // Version of the Mod. (MUST BE SET)
+ public const string Version = "1.0.8"; // Version of the Mod. (MUST BE SET)
10
public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none)
11
}
12
0 commit comments