We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d927c commit 7f05b92Copy full SHA for 7f05b92
lib/BladeOne.php
@@ -41,7 +41,7 @@
41
class BladeOne
42
{
43
//<editor-fold desc="fields">
44
- public const VERSION = '4.15.1';
+ public const VERSION = '4.15.2';
45
/** @var int BladeOne reads if the compiled file has changed. If it has changed,then the file is replaced. */
46
public const MODE_AUTO = 0;
47
/** @var int Then compiled file is always replaced. It's slow and it's useful for development. */
0 commit comments