Skip to content

Commit d28cac0

Browse files
authored
Bump version (#763)
1 parent 87bebb6 commit d28cac0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.6.0-beta2] - 2025-09-26
8+
## [1.6.0] - 2025-09-30
99

1010
- GLPI v11 compatibility
1111

glpiinventory.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
<author>Teclib'</author>
9292
</authors>
9393
<versions>
94+
<version>
95+
<num>1.6.0</num>
96+
<compatibility>~11.0.0</compatibility>
97+
<download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.6.0/glpi-glpiinventory-1.6.0.tar.bz2</download_url>
98+
</version>
9499
<version>
95100
<num>1.6.0-beta2</num>
96101
<compatibility>~11.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
use function Safe\parse_url;
3838
use function Safe\define;
3939

40-
define("PLUGIN_GLPIINVENTORY_VERSION", "1.6.0-beta2");
40+
define("PLUGIN_GLPIINVENTORY_VERSION", "1.6.0");
4141
// Minimal GLPI version, inclusive
4242
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '11.0.0');
4343
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)