From 9f8f3d0f9788987b1f952634b1a9e519eeec4d9a Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 18 Apr 2019 14:53:46 +0200
Subject: [PATCH] [conda-build-config] Update bob-devel to 2019.04.18 Update
 conda_build_config.yaml

---
 bob/devtools/data/conda_build_config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 83e85b10..ebe8f663 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -51,12 +51,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2019.04.17
+  - 2019.04.18
 
 # This version of beat-devel will be used at test time of packages. Notice it
 # uses bob-devel and should have a version that is greater or equal its value
 beat_devel:
-  - 2019.04.17
+  - 2019.04.18
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
-- 
GitLab