From 6c5c11562af4c658cc579bcdb4c55edbbb303ab8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 3 Oct 2015 13:56:16 +0100 Subject: [PATCH] Bump version --- build/index.php | 2 +- core.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/index.php b/build/index.php index 5e8db71..0cb3a34 100644 --- a/build/index.php +++ b/build/index.php @@ -239,7 +239,7 @@ Actions: /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "0.7"; +$version = "0.8"; $env = new stdClass(); $env->action = $settings->defaultaction; $env->page = ""; diff --git a/core.php b/core.php index 3ece0d3..9b56e4c 100644 --- a/core.php +++ b/core.php @@ -6,7 +6,7 @@ $start_time = time(true); /////////////////////////////////////////////////////////////////////////////////////////////// /////////////// Do not edit below this line unless you know what you are doing! /////////////// /////////////////////////////////////////////////////////////////////////////////////////////// -$version = "0.7"; +$version = "0.8"; $env = new stdClass(); $env->action = $settings->defaultaction; $env->page = "";