Skip to content

Commit

Permalink
Updates df_version to 4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfunk committed Nov 19, 2020
1 parent 3550340 commit 4c09b9f
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.0.12+dev"),
'description' => 'Last Update: 2020-11-02',
'value' => t( "4.1.0"),
'description' => 'Last Update: 2020-11-19',
'severity' => REQUIREMENT_INFO,
];
}
Expand Down

0 comments on commit 4c09b9f

Please sign in to comment.