Skip to content

Commit

Permalink
Merge pull request #376 from cloudflare/bcoll/bump-compat-date-2023-0…
Browse files Browse the repository at this point in the history
…2-14

Bump compatibility date to `2023-02-14` for release
  • Loading branch information
mrbbot authored Feb 14, 2023
2 parents f32d4f2 + 361a190 commit ae00720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using Cxx = import "/capnp/c++.capnp";
$Cxx.namespace("workerd");
$Cxx.allowCancellation;

const supportedCompatibilityDate :Text = "2023-02-09";
const supportedCompatibilityDate :Text = "2023-02-14";
# Newest compatibility date that can safely be set using code compiled from this repo. Trying to
# run a Worker with a newer compatibility date than this will fail.
#
Expand Down

0 comments on commit ae00720

Please sign in to comment.