Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
update drocker version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Mainardi committed Dec 30, 2014
1 parent c6fb6ef commit 87a49c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-src/DrockerRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class DrockerRunner extends \Robo\Runner {
use \Robo\Output;
const ROBOFILE = 'DrockerRoboFile.php';
const VERSION = '0.1.3';
const VERSION = '0.1.4';
protected function loadRoboFile()
{
$base_path = realpath(__DIR__ . '/../');
Expand Down

0 comments on commit 87a49c4

Please sign in to comment.