From 8aa47fdb804ddace00793aa4de3ecf7b42a60e34 Mon Sep 17 00:00:00 2001 From: "Alexia E. Smith" Date: Wed, 3 Jun 2015 16:37:36 -0500 Subject: [PATCH] Version bump. --- mar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mar.php b/mar.php index 6c7b6f5..ac0bbe6 100644 --- a/mar.php +++ b/mar.php @@ -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.