Skip to content

Commit

Permalink
Updates df_version to 7.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-acquia committed Jul 3, 2024
1 parent 2a885d5 commit 4a566b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/df/df_core/df_core.module
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function df_core_requirements($phase) {
if ($phase == 'runtime') {
$requirements['df_version'] = [
'title' => t("Demo Framework"),
'value' => t("7.1.1+dev"),
'description' => 'Last Update: 2024-06-10',
'value' => t("7.1.2"),
'description' => 'Last Update: 2024-07-03',
'severity' => REQUIREMENT_INFO,
];
}
Expand Down

0 comments on commit 4a566b7

Please sign in to comment.