Skip to content

Commit

Permalink
Merge branch 'development' into shawn/syncpwd
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Sep 28, 2023
2 parents b8f8877 + f7c8a4e commit dd64d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests-repl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2023.5.5
modules-to-cache: dbatools.library:2023.9.21

- name: Set encryption values
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2023.5.5
modules-to-cache: dbatools.library:2023.9.21

- name: Set encryption values
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install and cache PowerShell modules
uses: potatoqualitee/[email protected]
with:
modules-to-cache: dbatools.library:2023.5.5
modules-to-cache: dbatools.library:2023.9.21

- name: Set encryption values
run: |
Expand Down
2 changes: 1 addition & 1 deletion dbatools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'dbatools.psm1'

# Version number of this module.
ModuleVersion = '2.1.0'
ModuleVersion = '2.1.1'

# ID used to uniquely identify this module
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
Expand Down

0 comments on commit dd64d46

Please sign in to comment.