We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b8d8a commit 04594c9Copy full SHA for 04594c9
CHANGELOG.md
@@ -3,7 +3,7 @@
3
The present file will list all changes made to the project; according to the
4
[Keep a Changelog](http://keepachangelog.com/) project.
5
6
-## [10.0.12] unreleased
+## [10.0.12] 2024-02-01
7
8
### Added
9
inc/define.php
@@ -36,7 +36,7 @@
36
use Glpi\SocketModel;
37
38
// Current version of GLPI
39
-define('GLPI_VERSION', '10.0.12-dev');
+define('GLPI_VERSION', '10.0.12');
40
41
$schema_file = sprintf('%s/install/mysql/glpi-empty.sql', GLPI_ROOT);
42
define(
0 commit comments