Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 20, 2018
1 parent 0c36854 commit 975ad02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
class Compiler
{
const VERSION = '0.10.12';
const VERSION = '0.10.14';

public $parserCompiled = false;

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.10.12-{build}
version: 0.10.14-{build}

environment:
matrix:
Expand Down

0 comments on commit 975ad02

Please sign in to comment.