We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4830d1 commit 6868bccCopy full SHA for 6868bcc
BlueprintExplorer/BlueprintDB.cs
@@ -44,7 +44,7 @@ public enum GoingToLoad
44
45
private readonly string filenameRoot = "blueprints_raw";
46
private const int LatestVersion = 4;
47
- private readonly string version = "1.1.4d_bbpe4";
+ private readonly string version = "1.1.4f_bbpe4";
48
private readonly string extension = "binz";
49
50
public string FileName => $"{filenameRoot}_{version}.{extension}";
0 commit comments