Skip to content

Commit a6be19a

Browse files
author
Ben Small
committed
Merge branch 'bsmall_add_code_owner_file' into 'master'
Code Owners File See merge request Infra/module-vaultutils!3
2 parents 5a6c0ad + 587b7af commit a6be19a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
ModuleName: 'psVaultUtils'
3-
ModuleVersion: '1.3.0'
3+
ModuleVersion: '1.3.2'
44
DevRepository: 'dev-windows-modules'
55
ProdRepository: 'prod-windows-modules'
66
Notification: "it-digest"

psVaultUtils/psVaultUtils.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'psVaultUtils.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3.0'
15+
ModuleVersion = '1.3.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

psVaultUtils/wayfair.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: '0'
2+
owners:
3+
technical:
4+
- bsmall:bsmall
5+
- rorlov:rorlov
6+
- jpope:jpope

0 commit comments

Comments
 (0)