diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index ebe8f6632e3fe59971b2aa3ba64d33ac311b07a9..0e41ad0302f155ab3400a07417a3d53e84bfb0d7 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.18
+  - 2019.04.30
 
 # 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.18
+  - 2019.04.30
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.