Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Jul 15, 2024
1 parent a8af4ed commit 9801893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeraFinder.Plugins/TeraPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace TeraFinder.Plugins;

public class TeraPlugin : IPlugin
{
public const string Version = "4.0.4";
public const string Version = "4.0.5";
private bool UpdatePrompted = false;

public string Name => nameof(TeraFinder);
Expand Down

0 comments on commit 9801893

Please sign in to comment.