Skip to content

Commit b5c8ecf

Browse files
actions-userschrolla
authored andcommitted
Update ScubaGear version to 1.6.0
1 parent b221e57 commit b5c8ecf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

PowerShell/ScubaGear/ScubaGear.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './ScubaGear.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.5.0'
15+
ModuleVersion = '1.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop'

docs/installation/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The recommended way to install ScubaGear is from [PSGallery](psgallery.md), but it can also be downloaded from GitHub:
44

55
1. Go to the [releases page](https://github.com/cisagov/ScubaGear/releases) and find the latest release.
6-
2. Under the `Assets` header, click `ScubaGear-v1.5.0.zip`to download the zip file.
6+
2. Under the `Assets` header, click `ScubaGear-v1.6.0.zip`to download the zip file.
77
3. Extract the zip file into the folder of your choice.
88

99
## Import Module

docs/installation/psgallery.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Install-Module -Name ScubaGear
1212
To install a specific version of ScubaGear, use the `-RequiredVersion` parameter:
1313

1414
```powershell
15-
# Install ScubaGear 1.5.0
15+
# Install ScubaGear 1.6.0
1616
Install-Module -Name ScubaGear `
17-
-RequiredVersion 1.5.0
17+
-RequiredVersion 1.6.0
1818
```
1919

2020
The set of published versions can be found on [PSGallery](https://www.powershellgallery.com/packages/ScubaGear/).

0 commit comments

Comments
 (0)