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 f034523 commit 27c15f5Copy full SHA for 27c15f5
server/src/main/java/rikka/shizuku/server/ServerConstants.java
@@ -4,7 +4,7 @@ public class ServerConstants {
4
5
public static final int MANAGER_APP_NOT_FOUND = 50;
6
7
- public static final int PATCH_VERSION = 0;
+ public static final int PATCH_VERSION = 1;
8
9
public static final String PERMISSION = "moe.shizuku.manager.permission.API_V23";
10
public static final String MANAGER_APPLICATION_ID = "moe.shizuku.privileged.api";
0 commit comments