fix(file-id): bumped CURRENT_VERSION
This commit is contained in:
parent
f149a46ae5
commit
e56296d123
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export const PERSISTENT_ID_VERSION = 4
|
|||
export const WEB_LOCATION_FLAG: number = 1 << 24
|
||||
export const FILE_REFERENCE_FLAG: number = 1 << 25
|
||||
|
||||
export const CURRENT_VERSION = 48
|
||||
export const CURRENT_VERSION = 54
|
||||
|
||||
/**
|
||||
* An error occurred while parsing or serializing a File ID
|
||||
|
|
Loading…
Reference in a new issue