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
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Nov 13, 2017
1 parent 6d30389 commit 9c54ef6
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.7 RC-1';
static public $version = '2.5.7';

// minimal requirements
static public $requires = array(
'php' => '5.4.0',
'toolkit' => '2.5.7 RC-1',
'kirby' => '2.5.7 RC-1'
'toolkit' => '2.5.7',
'kirby' => '2.5.7'
);

static public $instance;
Expand Down

0 comments on commit 9c54ef6

Please sign in to comment.