We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2023-08-21
1 parent af7582b commit 2abd907Copy full SHA for 2abd907
src/workerd/io/compatibility-date.capnp
@@ -8,7 +8,7 @@ using Cxx = import "/capnp/c++.capnp";
8
$Cxx.namespace("workerd");
9
$Cxx.allowCancellation;
10
11
-const supportedCompatibilityDate :Text = "2023-08-14";
+const supportedCompatibilityDate :Text = "2023-08-21";
12
# Newest compatibility date that can safely be set using code compiled from this repo. Trying to
13
# run a Worker with a newer compatibility date than this will fail.
14
#
0 commit comments