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 Apr 26, 2016
1 parent b6c544f commit 2ca8796
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.3');
define('PHP7MAR_VERSION', '0.2.0');
spl_autoload_register([$this, 'autoloader'], true, false);

//Setup command line options/switches.
Expand Down

0 comments on commit 2ca8796

Please sign in to comment.