From bd6e9e29d43f256898863c0b8cf8ab3880bbf667 Mon Sep 17 00:00:00 2001 From: Vaibhav Sharma Date: Sun, 30 Oct 2022 11:03:50 +0000 Subject: [PATCH] Updates df_version to 5.0.10. --- modules/df/df_core/df_core.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/df/df_core/df_core.module b/modules/df/df_core/df_core.module index 13b68ce3..53eee654 100644 --- a/modules/df/df_core/df_core.module +++ b/modules/df/df_core/df_core.module @@ -26,8 +26,8 @@ function df_core_requirements($phase) { if ($phase == 'runtime') { $requirements['df_version'] = [ 'title' => t("Demo Framework"), - 'value' => t("5.0.9+dev"), - 'description' => 'Last Update: 2022-10-03', + 'value' => t("5.0.10"), + 'description' => 'Last Update: 2022-10-30', 'severity' => REQUIREMENT_INFO, ]; }