1 parent 775ce4f commit 00b2b6bCopy full SHA for 00b2b6b
1 file changed
TeraFinder.Plugins/TeraPlugin.cs
@@ -9,7 +9,7 @@ namespace TeraFinder.Plugins;
9
10
public class TeraPlugin : ITFPlugin
11
{
12
- public string Version { get; init; } = "4.3.7";
+ public string Version { get; init; } = "4.3.8";
13
private bool UpdatePrompted = false;
14
15
public string Name => nameof(TeraFinder);
0 commit comments