From 1fae5e50acea21511a092ffc443b54b865542665 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 5 Apr 2017 17:40:48 +0300 Subject: [PATCH] Bumb version [ci skip] --- Library/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Compiler.php b/Library/Compiler.php index a9c8dd5b28..f59badbd6e 100644 --- a/Library/Compiler.php +++ b/Library/Compiler.php @@ -32,7 +32,7 @@ */ class Compiler { - const VERSION = '0.9.6a-dev'; + const VERSION = '0.9.7'; public $parserCompiled = false;