From cd869c9cc8492cd6eda5e15f20c851e39088e20f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 11 May 2019 23:53:30 -0400 Subject: [PATCH] ci: bump to v0.5.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index da27f5d119..4044dd1926 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - DENO_VERSION: "v0.4.0" + DENO_VERSION: "v0.5.0" TS_VERSION: "3.4.5" # TODO DRY up the jobs