Skip to content

Commit

Permalink
Update version number in plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
megalon committed Feb 5, 2019
1 parent bf8da3f commit c56c752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatSaberTweaks/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace BeatSaberTweaks
{
public class Plugin : IPlugin
{
public static string versionNumber = "4.2.3";
public static string versionNumber = "4.2.4";

public string Name => "Beat Saber Tweaks";
public string Version => versionNumber;
Expand Down

0 comments on commit c56c752

Please sign in to comment.