diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-06-15 14:12:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-15 14:12:33 -0700 |
commit | 82884fecd5e06af74e0f5659c3e4381294ca928c (patch) | |
tree | 3af1e1234bdbb27cec9e198c1d912cca3eab6bae | |
parent | fccfaeea3c0e8a00f0f6be2fb204a8a57835e194 (diff) |
ci: bump version to v0.9.0 (denoland/deno_std#493)
Original: https://github.com/denoland/deno_std/commit/33bc3db00105e2572a7e3abd6da8591cbc5abae1
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a60ee6318..5ed4941d2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - DENO_VERSION: "v0.8.0" + DENO_VERSION: "v0.9.0" TS_VERSION: "3.4.5" # TODO Try to get eslint to run under Deno, like prettier |