Skip to content

Commit 210b81b

Browse files
committed
Mise a jour du numero de version
1 parent e421d8b commit 210b81b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

system/core/dFramework.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
* This content is released under the Mozilla Public License 2 (MPL-2.0)
88
*
99
* @package dFramework
10-
* @author Dimitri Sitchet Tomkeu <dev[email protected]>
10+
* @author Dimitri Sitchet Tomkeu <devcode[email protected]>
1111
* @copyright Copyright (c) 2019 - 2021, Dimtrov Lab's. (https://dimtrov.hebfree.org)
1212
* @copyright Copyright (c) 2019 - 2021, Dimitri Sitchet Tomkeu. (https://www.facebook.com/dimtrovich)
1313
* @license https://opensource.org/licenses/MPL-2.0 MPL-2.0 License
1414
* @link https://dimtrov.hebfree.org/works/dframework
15-
* @version 3.3.0
15+
* @version 3.3.2
1616
*/
1717

1818
namespace dFramework\core;
@@ -32,13 +32,13 @@
3232
*
3333
* @package dFramework
3434
* @subpackage Core
35-
* @author Dimitri Sitchet Tomkeu <dev[email protected]>
35+
* @author Dimitri Sitchet Tomkeu <devcode[email protected]>
3636
* @since 1.0
3737
* @file /system/core/dFramework.php
3838
*/
3939
class dFramework
4040
{
41-
const VERSION = '3.3.0';
41+
const VERSION = '3.3.2';
4242

4343
/**
4444
* @var array Liste des extensions requises pour le fonctionnement du framework

0 commit comments

Comments
 (0)