From f649ed7c1fa7df1d2aef0e43905747d732ed2cb6 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 27 Nov 2016 10:55:28 +0200 Subject: [PATCH] Bump 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 eb20b941c9..bc1b358e78 100755 --- a/Library/Compiler.php +++ b/Library/Compiler.php @@ -30,7 +30,7 @@ */ class Compiler { - const VERSION = '0.9.4a-dev'; + const VERSION = '0.9.5a-dev'; public $parserCompiled = false;