Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Apr 21, 2023
1 parent be9eb5f commit d6d14e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Script/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace YARG {
public static class Constants {
public static readonly YargVersion VERSION_TAG = YargVersion.Parse("v0.9.0");
public static readonly YargVersion VERSION_TAG = YargVersion.Parse("v0.9.1");

public const float HIT_MARGIN = 0.095f;
public const float STRUM_LENIENCY = 0.065f;
Expand Down

0 comments on commit d6d14e9

Please sign in to comment.