Skip to content

Commit 59dd387

Browse files
authored
Merge pull request #906 from cloudflare/cina/compat-date-2023-07-24
Bump compatibility date to `2023-07-24` for release
2 parents b1750f7 + d7882c3 commit 59dd387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workerd/io/compatibility-date.capnp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Cxx = import "/capnp/c++.capnp";
88
$Cxx.namespace("workerd");
99
$Cxx.allowCancellation;
1010

11-
const supportedCompatibilityDate :Text = "2023-07-17";
11+
const supportedCompatibilityDate :Text = "2023-07-24";
1212
# Newest compatibility date that can safely be set using code compiled from this repo. Trying to
1313
# run a Worker with a newer compatibility date than this will fail.
1414
#

0 commit comments

Comments
 (0)