diff --git a/.github/workflows/integration-tests-repl.yml b/.github/workflows/integration-tests-repl.yml index d7371ad1aa..d67d472edc 100644 --- a/.github/workflows/integration-tests-repl.yml +++ b/.github/workflows/integration-tests-repl.yml @@ -15,7 +15,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.5.5 + modules-to-cache: dbatools.library:2023.9.21 - name: Set encryption values run: | @@ -64,7 +64,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.5.5 + modules-to-cache: dbatools.library:2023.9.21 - name: Set encryption values run: | @@ -113,7 +113,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.5.5 + modules-to-cache: dbatools.library:2023.9.21 - name: Set encryption values run: | diff --git a/dbatools.psd1 b/dbatools.psd1 index 720316291b..b407618ee0 100644 --- a/dbatools.psd1 +++ b/dbatools.psd1 @@ -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'