Skip to content

Commit 30c9327

Browse files
committed
Update WebFioriApp.php
1 parent 87dcfa7 commit 30c9327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/framework/WebFioriApp.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ private function __construct() {
146146
*
147147
* @since 2.1
148148
*/
149-
define('WF_VERSION_TYPE', 'Beta 1');
149+
define('WF_VERSION_TYPE', 'Stable');
150150
/**
151151
* The date at which the framework version was released.
152152
*
153153
* The value of the constant will be a string in the format YYYY-MM-DD.
154154
*
155155
* @since 2.1
156156
*/
157-
define('WF_RELEASE_DATE', '2021-03-01');
157+
define('WF_RELEASE_DATE', '2021-05-01');
158158
/**
159159
* Change encoding of mb_ functions to UTF-8
160160
*/

0 commit comments

Comments
 (0)