Skip to content

Commit a55ccc9

Browse files
Merge pull request #7 from EmergentSoftware/dev
Dev
2 parents fe61759 + ce78466 commit a55ccc9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ bld/
3434

3535
# Visual Studio 2015/2017 cache/options directory
3636
.vs/
37+
.vs/SQL-Server-Assess/v16/.suo
38+
3739
# Uncomment if you have tasks that create the project's static files in wwwroot
3840
#wwwroot/
3941

.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.86';
70+
SET @Version = '0.87';
7171
SET @VersionDate = '20200820';
7272
SET @URLBase = 'https://github.com/EmergentSoftware/SQL-Server-Assess#';
7373
SET @OutputType = UPPER(@OutputType);

0 commit comments

Comments
 (0)