Skip to content

Commit 46e2d39

Browse files
committed
Bump version
1 parent a22631b commit 46e2d39

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

positions.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<author>Infotel</author>
2626
</authors>
2727
<versions>
28+
<version>
29+
<num>6.0.0</num>
30+
<compatibility>~10.0</compatibility>
31+
<download_url>https://github.com/InfotelGLPI/positions/releases/download/6.0.0/glpi-positions-6.0.0.tar.bz2</download_url>
32+
</version>
2833
<version>
2934
<num>6.0.0-rc2</num>
3035
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// Init the hooks of the plugins -Needed
3131

32-
define('PLUGIN_POSITIONS_VERSION', '6.0.0-rc2');
32+
define('PLUGIN_POSITIONS_VERSION', '6.0.0');
3333

3434
if (!defined("PLUGIN_POSITIONS_DIR")) {
3535
define("PLUGIN_POSITIONS_DIR", Plugin::getPhpDir("positions"));

0 commit comments

Comments
 (0)