Bump version

This commit is contained in:
Starbeamrainbowlabs 2015-10-03 13:56:16 +01:00
parent e2d6a7f425
commit 6c5c11562a
2 changed files with 2 additions and 2 deletions

View File

@ -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 = "";

View File

@ -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 = "";