Skip to content

Commit

Permalink
Updates df_version to 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfunk committed Jul 15, 2021
1 parent 433e429 commit a26b17f
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 @@ -56,8 +56,8 @@ function df_requirements($phase) {
if ($phase == 'runtime') {
$requirements['df_version'] = [
'title' => t("Demo Framework"),
'value' => t( "4.1.5+dev"),
'description' => 'Last Update: 2021-05-12',
'value' => t( "4.2.0"),
'description' => 'Last Update: 2021-07-15',
'severity' => REQUIREMENT_INFO,
];
}
Expand Down

0 comments on commit a26b17f

Please sign in to comment.