We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96540e8 commit 484a741Copy full SHA for 484a741
.travis.yml
@@ -9,7 +9,7 @@ env:
9
global:
10
- COLLECTION_NAMESPACE: netbox_community
11
- COLLECTION_NAME: ansible_modules
12
- - COLLECTION_VERSION: 0.1.5
+ - COLLECTION_VERSION: 0.1.6
13
14
matrix:
15
include:
galaxy.yml
@@ -9,7 +9,7 @@ namespace: netbox_community
name: ansible_modules
# The version of the collection. Must be compatible with semantic versioning
-version: 0.1.5
+version: 0.1.6
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
0 commit comments