Skip to content

Commit 6954c45

Browse files
author
Kevin Martin
committed
version change
1 parent ce78466 commit 6954c45

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.vs/SQL-Server-Assess/v16/.suo

0 Bytes
Binary file not shown.

sp_Develop.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ BEGIN
6767
,@URLAnchor VARCHAR(400)
6868
,@Priority INT;
6969

70-
SET @Version = '0.87';
70+
SET @Version = '0.88';
7171
SET @VersionDate = '20200820';
7272
SET @URLBase = 'https://github.com/EmergentSoftware/SQL-Server-Assess#';
7373
SET @OutputType = UPPER(@OutputType);

0 commit comments

Comments
 (0)