diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9befcadd409..7fb6f237d39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: [development] pull_request: + branches: [development] permissions: contents: read diff --git a/docs/file-formats.md b/docs/file-formats.md index 37f1628dbf2..f67f2da70e0 100644 --- a/docs/file-formats.md +++ b/docs/file-formats.md @@ -426,7 +426,7 @@ import std.mem; import std.string; import std.core; -#define EXPECTED_VERSION 75 +#define EXPECTED_VERSION 77 #define MAX_STRING_LENGTH 65535 #define FOOTNOTE_NUMBER_LEN 32 #define FOOTNOTE_HREF_LEN 96