Skip to content

Commit 3f197a4

Browse files
committed
Update ScubaGear version to 1.8.0
1 parent 3dbdc8e commit 3f197a4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

PowerShell/ScubaGear/ScubaGear.psd1

Lines changed: 1 addition & 1 deletion
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.7.1'
15+
ModuleVersion = '1.8.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop'

docs/installation/github.md

Lines changed: 1 addition & 1 deletion
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.7.1.zip`to download the zip file.
6+
2. Under the `Assets` header, click `ScubaGear-v1.8.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

Lines changed: 2 additions & 2 deletions
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.7.1
15+
# Install ScubaGear 1.8.0
1616
Install-Module -Name ScubaGear `
17-
-RequiredVersion 1.7.1
17+
-RequiredVersion 1.8.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)