Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexia committed Jun 3, 2015
1 parent ca5bf99 commit 8aa47fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mar.php
Expand Up @@ -54,7 +54,7 @@ class main {
*/
public function __construct() {
define('PHP7MAR_DIR', __DIR__);
define('PHP7MAR_VERSION', '0.0.1');
define('PHP7MAR_VERSION', '0.0.3');
spl_autoload_register([$this, 'autoloader'], true, false);

//Setup command line options/switches.
Expand Down

0 comments on commit 8aa47fd

Please sign in to comment.