Skip to content

Commit 6366fb1

Browse files
committed
⚡ bump webby version to v1.5.1
Signed-off-by: otengkwame <[email protected]>
1 parent c299ea3 commit 6366fb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
* DEFINE WEBBY VERSION
350350
* --------------------------------------------------------------------
351351
*/
352-
define('WEBBY_VERSION', '1.5.0');
352+
define('WEBBY_VERSION', '1.5.1');
353353

354354
// Load environment settings from .env files
355355
// into $_SERVER and $_ENV

webby

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
require_once __DIR__ . '/vendor/autoload.php';
1717

1818
// Define Console Application Version
19-
define('WEBBY_CLI_VERSION', '1.5.0');
19+
define('WEBBY_CLI_VERSION', '1.5.1');
2020

2121
// Define Webby Rootpath
2222
define('WEBBY_ROOTPATH', __DIR__);

0 commit comments

Comments
 (0)