Skip to content

Commit f45f85e

Browse files
committed
Fix rc name
1 parent aa710b6 commit f45f85e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

connections.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</authors>
2727
<versions>
2828
<version>
29-
<num>10.0-rc1</num>
29+
<num>10.0.0-rc1</num>
3030
<compatibility>~10.0</compatibility>
3131
<download_url>https://github.com/pluginsGLPI/connections/releases/download/10.0-rc1/glpi-connections-10.0-rc1.tar.bz2</download_url>
3232
</version>

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-rc1');
30+
define('PLUGIN_CONNECTIONS_VERSION', '10.0.0-rc1');
3131

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

0 commit comments

Comments
 (0)