Skip to content

Commit f4258ac

Browse files
committed
Bump version
1 parent 95f3097 commit f4258ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The present file will list all changes made to the project; according to the
44
[Keep a Changelog](http://keepachangelog.com/) project.
55

6-
## [11.0.3] unreleased
6+
## [11.0.3] 2025-12-03
77

88
### Added
99
- Support for setting a dropdown value like `status` for assets by using the `id` property (ex: `"status": {"id": 5}`) as it shows in the OpenAPI schema for the High-Level API.

src/autoload/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
define('GLPI_ROOT', dirname(__DIR__, 2));
4141

4242
// Current version of GLPI
43-
define('GLPI_VERSION', '11.0.3-dev');
43+
define('GLPI_VERSION', '11.0.3');
4444

4545
$schema_file = sprintf('%s/install/mysql/glpi-empty.sql', GLPI_ROOT);
4646
define(

0 commit comments

Comments
 (0)