Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Bumped version to 3.9.7-A
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKigen committed Nov 19, 2020
1 parent 7a5fb78 commit 9de7fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smod2/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class PluginManager
{
public static readonly int SMOD_MAJOR = 3;
public static readonly int SMOD_MINOR = 9;
public static readonly int SMOD_REVISION = 6;
public static readonly int SMOD_REVISION = 7;

public static readonly string SMOD_BUILD = "A";

Expand Down

0 comments on commit 9de7fc7

Please sign in to comment.