Skip to content

Commit

Permalink
bummer -- forgot to add Install-DbaAgentAdminAlert to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Apr 28, 2023
1 parent ffb7b37 commit 008bcde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.0.0'
ModuleVersion = '2.0.1'

# ID used to uniquely identify this module
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
Expand Down Expand Up @@ -51,6 +51,7 @@
# Specific functions to export for Core, etc are also found in psm1
# FunctionsToExport specifically helps with AUTO-LOADING so do not remove
FunctionsToExport = @(
'Install-DbaAgentAdminAlert',
'Set-DbatoolsInsecureConnection',
'Get-DbaDbServiceBrokerQueue',
'New-DbaLinkedServer',
Expand Down

0 comments on commit 008bcde

Please sign in to comment.