Skip to content

Commit

Permalink
4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecc-business-account committed Nov 5, 2022
1 parent c3dd22a commit b912e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/BladeOne.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
* @copyright Copyright (c) 2016-2022 Jorge Patricio Castro Castillo MIT License.
* Don't delete this comment, its part of the license.
* Part of this code is based in the work of Laravel PHP Components.
* @version 4.7
* @version 4.7.1
* @link https://github.com/EFTEC/BladeOne
*/
class BladeOne
{
//<editor-fold desc="fields">
public const VERSION = '4.7';
public const VERSION = '4.7.1';
/** @var int BladeOne reads if the compiled file has changed. If it has changed,then the file is replaced. */
public const MODE_AUTO = 0;
/** @var int Then compiled file is always replaced. It's slow and it's useful for development. */
Expand Down

0 comments on commit b912e9f

Please sign in to comment.