Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Update version number to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Aug 2, 2017
1 parent 50fd5a2 commit c10d579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@

class Panel {

static public $version = '2.5.3';
static public $version = '2.5.4';

// minimal requirements
static public $requires = array(
'php' => '5.4.0',
'toolkit' => '2.5.3',
'kirby' => '2.5.3'
'toolkit' => '2.5.4',
'kirby' => '2.5.4'
);

static public $instance;
Expand Down

0 comments on commit c10d579

Please sign in to comment.