Skip to content

Commit 4c1e4ab

Browse files
Merge pull request #8 from EmergentSoftware/dev
Dev
2 parents a55ccc9 + 798f544 commit 4c1e4ab

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

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

-22 KB
Binary file not shown.

.vs/VSWorkspaceState.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vs/slnx.sqlite

-88 KB
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)