Skip to content

Commit 4b9a756

Browse files
committed
#516 Updating version/dates for 2016/10 release
1 parent 176278d commit 4b9a756

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

sp_Blitz.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ALTER PROCEDURE [dbo].[sp_Blitz]
2929
AS
3030
SET NOCOUNT ON;
3131
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
32-
SET @VersionDate = '20160903';
32+
SET @VersionDate = '20161014';
3333
SET @OutputType = UPPER(@OutputType);
3434

3535
IF @Help = 1 PRINT '

sp_BlitzFirst.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AS
2828
BEGIN
2929
SET NOCOUNT ON;
3030
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
31-
SET @VersionDate = '20160903'
31+
SET @VersionDate = '20161014'
3232

3333
IF @Help = 1 PRINT '
3434
sp_BlitzFirst from http://FirstResponderKit.org

sp_BlitzIndex.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ AS
3434
SET NOCOUNT ON;
3535
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
3636
DECLARE @Version VARCHAR(30);
37-
SET @Version = '4.2';
38-
SET @VersionDate = '20160903';
37+
SET @Version = '4.3';
38+
SET @VersionDate = '20161014';
3939
IF @Help = 1 PRINT '
4040
/*
4141
sp_BlitzIndex from http://FirstResponderKit.org

sp_BlitzWho.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ versions for free, watch training videos on how it works, get more info on
2020
the findings, contribute your own code, and more.
2121
2222
Known limitations of this version:
23-
- Only Microsoft-supported versions of SQL Server. Sorry, 2005 and 2000. It
24-
may work just fine on 2005, and if it does, hug your parents. Just don''t
25-
file support issues if it breaks.
23+
- Only Microsoft-supported versions of SQL Server. Sorry, 2005 and 2000.
2624
2725
MIT License
2826

0 commit comments

Comments
 (0)