From 92b01a8b6fa2aebe1f362cbb7af7c67b099794fa Mon Sep 17 00:00:00 2001 From: Vaibhav Sharma Date: Mon, 1 Apr 2024 10:36:36 +0000 Subject: [PATCH] Updates df_version to 7.0.9. --- 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 54e05193..d1b9bb00 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("7.0.8+dev"), - 'description' => 'Last Update: 2024-03-15', + 'value' => t("7.0.9"), + 'description' => 'Last Update: 2024-04-01', 'severity' => REQUIREMENT_INFO, ]; }