From 56a3bf4e8f761eceee0704392c663af3effede06 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 13 Dec 2017 00:59:42 +0100 Subject: [PATCH] Bump vibe-d to 0.8.3-alpha.1 --- vars/runPipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/runPipeline.groovy b/vars/runPipeline.groovy index 9815aac5..fd93410a 100644 --- a/vars/runPipeline.groovy +++ b/vars/runPipeline.groovy @@ -149,7 +149,7 @@ def testDownstreamProject (name) { try { dir(repo) { if (repo == 'rejectedsoftware/vibe.d') { - clone("https://github.com/${repo}.git", 'v0.8.1-rc.1') + clone("https://github.com/${repo}.git", 'v0.8.3-alpha.1') } else if (repo == "sociomantic-tsunami/ocean") { clone("https://github.com/${repo}.git", 'v4.0.0-alpha.2') } else {