We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2e3aa commit c4978bbCopy full SHA for c4978bb
BeatRecorder/Program.cs
@@ -25,7 +25,7 @@ namespace BeatRecorder
25
{
26
class Program
27
28
- public static string CurrentVersion = "1.5.1";
+ public static string CurrentVersion = "1.5.2";
29
30
internal static WebsocketClient beatSaberWebSocket { get; set; }
31
internal static WebsocketClient beatSaberWebSocketLiveData { get; set; }
0 commit comments