Skip to content

Commit e8bb824

Browse files
author
Kevin Martin
committed
version change
1 parent 1dc65f6 commit e8bb824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sp_Develop.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ AS
6666
,@URLAnchor VARCHAR(400)
6767
,@Priority INT;
6868

69-
SET @Version = '0.9.2';
70-
SET @VersionDate = '20200820';
69+
SET @Version = '0.10.1';
70+
SET @VersionDate = '20200829';
7171
SET @URLBase = 'https://github.com/EmergentSoftware/SQL-Server-Assess#';
7272
SET @OutputType = UPPER(@OutputType);
7373
SET @LineFeed = CHAR(13) + CHAR(10);

0 commit comments

Comments
 (0)