Skip to content

Commit

Permalink
Merge pull request #645 from cloudflare/bcoll/compat-date-2023-05-12
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot authored May 12, 2023
2 parents 693678b + dceb91b commit 556c57c
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-05-11";
const supportedCompatibilityDate :Text = "2023-05-12";
# 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 556c57c

Please # to comment.