We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470f173 commit b959a10Copy full SHA for b959a10
app/src/main/java/top/sacz/timtool/hook/TimVersion.java
@@ -3,7 +3,7 @@
3
public class TimVersion {
4
5
public static long TIM_4_0_96 = 4010;
6
- public static long TIM_4_97 = 4011;
+ public static long TIM_4_0_97 = 4011;
7
8
public static String getAppName() {
9
return HookEnv.getAppName();
0 commit comments