Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheXorog committed Dec 24, 2021
1 parent 4f2e3aa commit c4978bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatRecorder/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace BeatRecorder
{
class Program
{
public static string CurrentVersion = "1.5.1";
public static string CurrentVersion = "1.5.2";

internal static WebsocketClient beatSaberWebSocket { get; set; }
internal static WebsocketClient beatSaberWebSocketLiveData { get; set; }
Expand Down

0 comments on commit c4978bb

Please sign in to comment.