From 0119d2fb74ef1f6212274223437a0324d2acdd3a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 19 Apr 2018 11:59:15 +0200
Subject: [PATCH] Update beat-devel version

---
 gitlab/conda_build_config.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml
index b1bf867..0d1f566 100644
--- a/gitlab/conda_build_config.yaml
+++ b/gitlab/conda_build_config.yaml
@@ -45,14 +45,15 @@ zip_keys:
 # packages that are used for testing packages, see the recipe of bob-devel.
 # The version here do not necessarily match the versions in bob-devel.
 
-# This version of beat-devel will be used at test time of packages:
-beat_devel:
-  - 2018.04.18
-
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
   - 2018.04.13
 
+# This version of beat-devel will be used at test time of packages. Notice it
+# uses bob-devel and should follow it
+beat_devel:
+  - 2018.04.19
+
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
 # These versions should match the versions inside bob-devel as well (if they
-- 
GitLab