fix(file-id): bumped version
todo: should we really enforce the version? tdlib uses current version from Version.h, but not every version there changes file id format (and v32 is fully compatible with v41 as far as im concerned)
This commit is contained in:
parent
26b96c3151
commit
e39057bda5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export namespace tdFileId {
|
|||
export const WEB_LOCATION_FLAG = 1 << 24
|
||||
export const FILE_REFERENCE_FLAG = 1 << 25
|
||||
|
||||
export const CURRENT_VERSION = 32
|
||||
export const CURRENT_VERSION = 41
|
||||
|
||||
/**
|
||||
* An error occurred while parsing or serializing a File ID
|
||||
|
|
Loading…
Reference in a new issue