Skip to content

Commit

Permalink
Bumping version numbers for today's release
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentOzar committed Nov 15, 2016
1 parent 6aae897 commit e16c50f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sp_Blitz.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ALTER PROCEDURE [dbo].[sp_Blitz]
AS
SET NOCOUNT ON;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
SET @VersionDate = '20161022';
SET @VersionDate = '20161115';
SET @OutputType = UPPER(@OutputType);

IF @Help = 1 PRINT '
Expand Down
4 changes: 2 additions & 2 deletions sp_BlitzIndex.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ AS
SET NOCOUNT ON;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
DECLARE @Version VARCHAR(30);
SET @Version = '4.4';
SET @VersionDate = '20161022';
SET @Version = '4.5';
SET @VersionDate = '20161115';
IF @Help = 1 PRINT '
/*
sp_BlitzIndex from http://FirstResponderKit.org
Expand Down

0 comments on commit e16c50f

Please sign in to comment.