We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc65f6 commit e8bb824Copy full SHA for e8bb824
sp_Develop.sql
@@ -66,8 +66,8 @@ AS
66
,@URLAnchor VARCHAR(400)
67
,@Priority INT;
68
69
- SET @Version = '0.9.2';
70
- SET @VersionDate = '20200820';
+ SET @Version = '0.10.1';
+ SET @VersionDate = '20200829';
71
SET @URLBase = 'https://github.com/EmergentSoftware/SQL-Server-Assess#';
72
SET @OutputType = UPPER(@OutputType);
73
SET @LineFeed = CHAR(13) + CHAR(10);
0 commit comments