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

Commit

Permalink
forgot to increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
laserman367 committed Apr 6, 2018
1 parent e07c287 commit c397ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smod2/Smod2/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Smod2
{
public class PluginManager
{
public static readonly string SMOD_API_VERSION = "2.0.6";
public static readonly string SMOD_API_VERSION = "2.0.7";
private Dictionary<string, Plugin> plugins;

private ICommandManager commandManager;
Expand Down

0 comments on commit c397ec8

Please sign in to comment.