Skip to content

Commit

Permalink
Bump SUPPORTED_CORE_SCHEMA_VERSION in pack builder (foundryvtt#14538)
Browse files Browse the repository at this point in the history
  • Loading branch information
In3luki authored and CarlosFdez committed May 29, 2024
1 parent 549e397 commit 50a2fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/compendium-pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function isJournalSource(docSource: PackEntry): docSource is JournalEntrySource
* The latest supported core schema version. This is used by the server to determine if a data migration is necessary
* and should only be increased once all new server-side migrations are supported.
*/
const SUPPORTED_CORE_SCHEMA_VERSION = "12.319";
const SUPPORTED_CORE_SCHEMA_VERSION = "12.320";

/**
* This is used to check paths to core icons to ensure correctness. The JSON file will need to be periodically refreshed
Expand Down

0 comments on commit 50a2fa1

Please sign in to comment.