Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Oct 4, 2023
1 parent d993062 commit 4e52cad
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 @@ -7,7 +7,7 @@ namespace TeraFinder.Plugins;

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

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

0 comments on commit 4e52cad

Please sign in to comment.