Skip to content

Commit ad8569c

Browse files
oops, forgot the version update
1 parent ab433fa commit ad8569c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bin/dbatools-index.json

44 Bytes
Binary file not shown.

dbatools.psd1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
Description = "The community module that enables SQL Server Pros to automate database development and server administration"
3030

3131
# Modules that must be imported into the global environment prior to importing this module
32-
RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2024.4.12' }
32+
RequiredModules = @{
33+
ModuleName = 'dbatools.library';
34+
ModuleVersion = '2025.7.19'
35+
}
3336

3437
# Assemblies that must be loaded prior to importing this module
3538
RequiredAssemblies = @()

0 commit comments

Comments
 (0)