We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5fa877 + d92a106 commit 729f9a4Copy full SHA for 729f9a4
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-02-15";
+const supportedCompatibilityDate :Text = "2023-02-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