Skip to content

Commit cd914b7

Browse files
BrentOzarclaude
andcommitted
Revert version/date bump on line 50
Version and VersionDate on line 50 are maintained by the build process; hand-edits there get overwritten. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dbf2ecf commit cd914b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_BlitzFirst.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SET NOCOUNT ON;
4747
SET STATISTICS XML OFF;
4848
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
4949

50-
SELECT @Version = '8.33', @VersionDate = '20260415';
50+
SELECT @Version = '8.32', @VersionDate = '20260407';
5151

5252
IF(@VersionCheckMode = 1)
5353
BEGIN

0 commit comments

Comments
 (0)