Update to 1653

This commit is contained in:
vivabelarus 2025-10-17 00:03:36 +03:00
parent 15fde187f2
commit 0be19532fb
No known key found for this signature in database
GPG key ID: 49D91FD306D1018E

View file

@ -2,5 +2,5 @@ package org.telegram.messenger.partisan;
public class PartisanVersion {
public static final String PARTISAN_VERSION_STRING = "4.2.4";
public static int PARTISAN_BUILD_VERSION = 1651;
public static int PARTISAN_BUILD_VERSION = 1653;
}