1 parent c6dce10 commit 2a7b959Copy full SHA for 2a7b959
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.4";
+ public string Version { get; init; } = "4.3.5";
13
private bool UpdatePrompted = false;
14
15
public string Name => nameof(TeraFinder);
0 commit comments