Explorar el Código

* fixed #7284

Signed-off-by: Nick Chappell <nick@intronic.org>

This commit fixes the module version number in metadata.json so it conforms to the semantic versioning scheme: http://semver.org/spec/v2.0.0.html

Merged in from: https://github.com/Icinga/puppet-icinga2/pull/16

refs #7284 : https://dev.icinga.org/issues/7284
Ricardo Melo hace 9 años
padre
commit
e32ccdd660
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      metadata.json

+ 1 - 1
metadata.json

@@ -1,6 +1,6 @@
 {
   "name": "puppet-icinga2",
-  "version": "0.5",
+  "version": "0.5.0",
   "author": "Icinga Development Team",
   "summary": "Icinga 2 Puppet module",
   "license": "GPLv2",