Update to 4.1.1

This commit is contained in:
vivabelarus 2025-01-22 21:53:05 +03:00
parent 793cefafeb
commit a7d40257ca
No known key found for this signature in database
GPG key ID: 49D91FD306D1018E
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: 4.1.0
release_name: 4.1.0
tag_name: 4.1.1
release_name: 4.1.1
body: |
Bug fixes.
draft: false

View file

@ -1,6 +1,6 @@
package org.telegram.messenger.partisan;
public class PartisanVersion {
public static final String PARTISAN_VERSION_STRING = "4.1.0";
public static final String PARTISAN_VERSION_STRING = "4.1.1";
public static int PARTISAN_BUILD_VERSION = 1547;
}