Skip to content

Commit

Permalink
Fixes package version placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Aug 14, 2017
1 parent 98964d7 commit a230ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
require $autoloadScript;

$minPhpVersion = '7.1.0';
$packageVersion = 'package_version';
$packageVersion = '@package_version@';
$defaultConfigFile = dirname( __DIR__ ) . '/config/phpmq.default.xml';

$cliWriter = new CliWriter( $packageVersion );
Expand Down

0 comments on commit a230ca8

Please sign in to comment.