Skip to content

Commit 6868bcc

Browse files
committed
actually bump to 1.1.4f
1 parent c4830d1 commit 6868bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlueprintExplorer/BlueprintDB.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public enum GoingToLoad
4444

4545
private readonly string filenameRoot = "blueprints_raw";
4646
private const int LatestVersion = 4;
47-
private readonly string version = "1.1.4d_bbpe4";
47+
private readonly string version = "1.1.4f_bbpe4";
4848
private readonly string extension = "binz";
4949

5050
public string FileName => $"{filenameRoot}_{version}.{extension}";

0 commit comments

Comments
 (0)