Skip to content

Commit c206421

Browse files
committed
Version bump
1 parent 1ffbd23 commit c206421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Universal x86 Tuning Utility/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static T GetService<T>()
6060
return _host.Services.GetService(typeof(T)) as T;
6161
}
6262

63-
public static string version = "2.5.1";
63+
public static string version = "2.5.2";
6464
private Mutex mutex;
6565
private const string MutexName = "UniversalX86TuningUtility";
6666

0 commit comments

Comments
 (0)