Skip to content

Commit ac5266f

Browse files
authored
Merge pull request #275 from cloudflare/bcoll/bump-compat-date-2023-01-15
Bump compatibility date to `2023-01-15` to trigger release
2 parents 9abdd35 + 3faaa92 commit ac5266f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workerd/io/compatibility-date.capnp

+1-1
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 = "2022-11-08";
11+
const supportedCompatibilityDate :Text = "2023-01-15";
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)