Sfoglia il codice sorgente

* 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 9 anni fa
parent
commit
e32ccdd660
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",