Skip to content

Commit 7d2c13f

Browse files
committed
Bump version
1 parent a7de1cd commit 7d2c13f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

IPA.Loader/Config/SelfConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void CheckVersionBoundary()
4848
}
4949

5050
internal const string IPAName = "Beat Saber IPA";
51-
internal const string IPAVersion = "4.3.6.0";
51+
internal const string IPAVersion = "4.3.7.0";
5252

5353
// uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug,
5454
// Debug.CondenseModLogs

IPA.Loader/Loader/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"id": "BSIPA",
99
"name": "Beat Saber IPA",
10-
"version": "4.3.6",
10+
"version": "4.3.7",
1111
"icon": "IPA.icon_white.png",
1212
"features": {
1313
"IPA.DefineFeature": [

IPA/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public enum Architecture
2121
Unknown
2222
}
2323

24-
public const string FileVersion = "4.3.6.0";
24+
public const string FileVersion = "4.3.7.0";
2525

2626
public static Version Version => Assembly.GetEntryAssembly()!.GetName().Version!;
2727

0 commit comments

Comments
 (0)