From 2ca8796eab3d8cd7407664055499aaacf5725b5a Mon Sep 17 00:00:00 2001 From: "Alexia E. Smith" Date: Tue, 26 Apr 2016 11:11:23 -0500 Subject: [PATCH] Version bump. --- mar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mar.php b/mar.php index 62c7a84..2bc879e 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.3'); + define('PHP7MAR_VERSION', '0.2.0'); spl_autoload_register([$this, 'autoloader'], true, false); //Setup command line options/switches.