Skip to content

Commit

Permalink
prepared 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kalkbrenner committed Mar 9, 2020
1 parent a47c96b commit 80ef5fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/DOFConfigtoolClient.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "DOF Configtool Client"
#define MyAppVersion "0.6.0-rc.1"
#define MyAppVersion "0.6.0"
#define MyAppPublisher "MK47"
#define MyAppURL "https://github.com/mkalkbrenner/dof_configtool_client"
#define MyAppExeName "DOFConfigtoolClient.exe"
Expand Down
2 changes: 1 addition & 1 deletion public/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Debug\Debug;

define('DOFCTC_VERSION', '0.6.0-rc.1');
define('DOFCTC_VERSION', '0.6.0');

if (!in_array(PHP_SAPI, ['cli', 'phpdbg', 'embed'], true)) {
echo 'Warning: The console should be invoked via the CLI version of PHP, not the '.PHP_SAPI.' SAPI'.PHP_EOL;
Expand Down
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Symfony\Component\Debug\Debug;
use Symfony\Component\HttpFoundation\Request;

define('DOFCTC_VERSION', '0.6.0-rc.1');
define('DOFCTC_VERSION', '0.6.0');

require dirname(__DIR__).'/config/bootstrap.php';

Expand Down

0 comments on commit 80ef5fa

Please sign in to comment.