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.4-A.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKigen committed Oct 27, 2020
1 parent 020ebd6 commit 7766b5c
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 = 3;
public static readonly int SMOD_REVISION = 4;

public static readonly string SMOD_BUILD = "A";

Expand Down

0 comments on commit 7766b5c

Please sign in to comment.