We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa710b6 commit f45f85eCopy full SHA for f45f85e
2 files changed
connections.xml
@@ -26,7 +26,7 @@
26
</authors>
27
<versions>
28
<version>
29
- <num>10.0-rc1</num>
+ <num>10.0.0-rc1</num>
30
<compatibility>~10.0</compatibility>
31
<download_url>https://github.com/pluginsGLPI/connections/releases/download/10.0-rc1/glpi-connections-10.0-rc1.tar.bz2</download_url>
32
</version>
setup.php
@@ -27,7 +27,7 @@
--------------------------------------------------------------------------
*/
-define('PLUGIN_CONNECTIONS_VERSION', '10.0-rc1');
+define('PLUGIN_CONNECTIONS_VERSION', '10.0.0-rc1');
if (!defined("PLUGINCONNECTIONS_DIR")) {
33
define("PLUGINCONNECTIONS_DIR", Plugin::getPhpDir("connections"));
0 commit comments