Skip to content

Commit e9b54cc

Browse files
v2.7.0
1 parent e2e5018 commit e9b54cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/dbatools-index.json

-2.37 MB
Binary file not shown.

dbatools.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'dbatools.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '2.5.5'
14+
ModuleVersion = '2.7.0'
1515

1616
# ID used to uniquely identify this module
1717
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
@@ -30,8 +30,8 @@
3030

3131
# Modules that must be imported into the global environment prior to importing this module
3232
RequiredModules = @{
33-
ModuleName = 'dbatools.library';
34-
ModuleVersion = '2025.8.5'
33+
ModuleName = 'dbatools.library';
34+
ModuleVersion = '2025.8.17'
3535
}
3636

3737
# Assemblies that must be loaded prior to importing this module

0 commit comments

Comments
 (0)