Skip to content

Commit 3ad199d

Browse files
Bump module version to 2025.8.1 and update copyright
Updated the ModuleVersion to 2025.8.1 and changed the copyright year to 2025 in dbatools.library.psd1.
1 parent 7610293 commit 3ad199d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbatools.library.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
@{
99
# Version number of this module.
10-
ModuleVersion = '2025.7.28'
10+
ModuleVersion = '2025.8.1'
1111

1212
# ID used to uniquely identify this module
1313
GUID = '00b61a37-6c36-40d8-8865-ac0180288c84'
@@ -19,7 +19,7 @@
1919
CompanyName = 'dbatools.io'
2020

2121
# Copyright statement for this module
22-
Copyright = 'Copyright (c) 2024 by dbatools, licensed under MIT'
22+
Copyright = 'Copyright (c) 2025 by dbatools, licensed under MIT'
2323

2424
# Description of the functionality provided by this module
2525
Description = 'The library that powers dbatools, the community module for SQL Server Pros'

0 commit comments

Comments
 (0)