Skip to content

Commit d0ece6b

Browse files
Bump version (#46)
1 parent 13c6fe8 commit d0ece6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
global:
1010
- COLLECTION_NAMESPACE: fragmentedpacket
1111
- COLLECTION_NAME: netbox_modules
12-
- COLLECTION_VERSION: 0.1.0
12+
- COLLECTION_VERSION: 0.1.1
1313

1414
matrix:
1515
include:

galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: fragmentedpacket
99
name: netbox_modules
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 0.1.0
12+
version: 0.1.1
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md
@@ -37,6 +37,7 @@ license_file: ''
3737
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
3838
# requirements as 'namespace' and 'name'
3939
tags:
40+
- dcim
4041
- system
4142
- ipam
4243
- networking

0 commit comments

Comments
 (0)