Skip to content

Commit d694b34

Browse files
committed
Bump version
1 parent b018569 commit d694b34

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

connections.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<author>Jérémy Moreau</author>
2626
</authors>
2727
<versions>
28+
<version>
29+
<num>10.0.0</num>
30+
<compatibility>~10.0</compatibility>
31+
<download_url>https://github.com/pluginsGLPI/connections/releases/download/10.0.0/glpi-connections-10.0.0.tar.bz2</download_url>
32+
</version>
2833
<version>
2934
<num>10.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
@@ -27,7 +27,7 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
define('PLUGIN_CONNECTIONS_VERSION', '10.0.0-rc2');
30+
define('PLUGIN_CONNECTIONS_VERSION', '10.0.0');
3131

3232
if (!defined("PLUGINCONNECTIONS_DIR")) {
3333
define("PLUGINCONNECTIONS_DIR", Plugin::getPhpDir("connections"));

0 commit comments

Comments
 (0)