Update blueprints object version

This commit is contained in:
Matias Griese
2016-01-21 14:00:54 +02:00
parent ad25462bd5
commit ebee88dd39

View File

@@ -12,7 +12,7 @@ class CompiledBlueprints extends CompiledBase
/**
* @var int Version number for the compiled file.
*/
public $version = 1;
public $version = 2;
/**
* @var Blueprints Blueprints object.