Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Jul 5, 2024
1 parent bdda276 commit bd12664
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.3";
public const string Version = "4.0.4";
private bool UpdatePrompted = false;

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

0 comments on commit bd12664

Please sign in to comment.