From b59c13f3f164980f0ded87b61eb4f4317caac674 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 3 Nov 2023 09:55:49 +1100 Subject: [PATCH] update version number --- README.md | 6 +++--- module.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8aa554f..eb796a4 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ rm -r /usr/share/icingaweb2/modules/netbox Download and extract the new release, then move the module into the icingaweb2 modules path. -For example for version 3.1.16.9: +For example for version 3.6.1.0: ``` -curl -L https://github.com/sol1/icingaweb2-module-netbox/archive/v3.1.16.9.tar.gz | tar xz -mv icingaweb2-module-netbox-3.1.16.9 /usr/share/icingaweb2/modules/netbox +curl -L https://github.com/sol1/icingaweb2-module-netbox/archive/v3.6.1.0.tar.gz | tar xz +mv icingaweb2-module-netbox-3.6.1.0 /usr/share/icingaweb2/modules/netbox icingacli module enable netbox ``` diff --git a/module.info b/module.info index 131722d..8698ef3 100644 --- a/module.info +++ b/module.info @@ -1,4 +1,4 @@ Name: Netbox -Version: 3.1.16.9 +Version: 3.6.1.0 Depends: director Description: Import devices, sites and other objects from Netbox