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 1566814 commit 80da579Copy full SHA for 80da579
engine/bootstrap.php
@@ -349,7 +349,7 @@
349
* DEFINE WEBBY VERSION
350
* --------------------------------------------------------------------
351
*/
352
-define('WEBBY_VERSION', '1.6.0');
+define('WEBBY_VERSION', '1.6.1');
353
354
// Load environment settings from .env files
355
// into $_SERVER and $_ENV
webby
@@ -16,7 +16,7 @@
16
require_once __DIR__ . '/vendor/autoload.php';
17
18
// Define Console Application Version
19
-define('WEBBY_CLI_VERSION', '1.6.0');
+define('WEBBY_CLI_VERSION', '1.6.1');
20
21
// Define Webby Rootpath
22
define('WEBBY_ROOTPATH', __DIR__);
0 commit comments