Skip to content

Commit

Permalink
Merge pull request #390 from erikdarlingdata/dev
Browse files Browse the repository at this point in the history
Version bumps
  • Loading branch information
erikdarlingdata authored Mar 30, 2024
2 parents 7842f1d + 60169cb commit d48c7b1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions sp_HealthParser/sp_HealthParser.sql
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ BEGIN
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '1.2',
@version_date = '20240201';
@version = '1.5',
@version_date = '20240401';

IF @help = 1
BEGIN
Expand Down
4 changes: 2 additions & 2 deletions sp_HumanEvents/sp_HumanEvents.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ SET XACT_ABORT ON;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '5.2',
@version_date = '20240201';
@version = '5.5',
@version_date = '20240401';

IF @help = 1
BEGIN
Expand Down
4 changes: 2 additions & 2 deletions sp_HumanEvents/sp_HumanEventsBlockViewer.sql
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ SET XACT_ABORT ON;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '3.2',
@version_date = '20240201';
@version = '3.5',
@version_date = '20240401';

IF @help = 1
BEGIN
Expand Down
4 changes: 2 additions & 2 deletions sp_LogHunter/sp_LogHunter.sql
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

BEGIN
SELECT
@version = '1.2',
@version_date = '20240201';
@version = '1.5',
@version_date = '20240401';

IF @help = 1
BEGIN
Expand Down
4 changes: 2 additions & 2 deletions sp_PressureDetector/sp_PressureDetector.sql
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ SET XACT_ABORT ON;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '4.2',
@version_date = '20240201';
@version = '4.5',
@version_date = '20240401';


IF @help = 1
Expand Down
4 changes: 2 additions & 2 deletions sp_QuickieStore/sp_QuickieStore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ END;
These are for your outputs.
*/
SELECT
@version = '4.2',
@version_date = '20240201';
@version = '4.5',
@version_date = '20240401';

/*
Helpful section! For help.
Expand Down

0 comments on commit d48c7b1

Please sign in to comment.