Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Sep 21, 2022
1 parent bf5c6c4 commit 92ac324
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/dbatools-index.json.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d0199a6fde4578b94279354955a3c24576545596
a647a8747c17305352e7215dd17ad62c6240242d
3 changes: 2 additions & 1 deletion bin/diagnosticquery/SQLServerDiagnosticQueries_2017.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

-- SQL Server 2017 Diagnostic Information Queries
-- Glenn Berry
-- Last Modified: September 6, 2022
-- Last Modified: September 20, 2022
-- https://glennsqlperformance.com/
-- https://sqlserverperformance.wordpress.com/
-- YouTube: https://bit.ly/2PkoAM1
Expand Down Expand Up @@ -103,6 +103,7 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
-- 14.0.3436.1 CU29 3/30/2022 https://support.microsoft.com/en-us/topic/kb5010786-cumulative-update-29-for-sql-server-2017-8b3b4122-ed46-4d33-9d80-256c513ae42e
-- 14.0.3445.2 CU29 + Security Update 6/14/2022 https://support.microsoft.com/en-us/topic/kb5014553-description-of-the-security-update-for-sql-server-2017-cu29-june-14-2022-024a90f1-1173-4ade-9c18-816ee7150458
-- 14.0 3451.2 CU30 7/14/2022 https://support.microsoft.com/en-us/topic/kb5013756-cumulative-update-30-for-sql-server-2017-274943fa-8dde-4844-90ed-d3b587fa0c7c
-- 14.0.3456.2 CU31 9/20/2022 https://support.microsoft.com/en-us/topic/kb5016884-cumulative-update-31-for-sql-server-2017-6aa612d0-c97e-4c54-a41f-37f53777ba4c


-- How to determine the version, edition and update level of SQL Server and its components
Expand Down
2 changes: 1 addition & 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 = '1.1.133'
ModuleVersion = '1.1.134'

# ID used to uniquely identify this module
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
Expand Down
2 changes: 1 addition & 1 deletion en-us/dbatools-help.xml.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bf749e0342601d3230466a12232cb8aa7f3ff5e0
9b56858a20c933c4699bfc99b0946d2d8f4ca643

0 comments on commit 92ac324

Please sign in to comment.