Skip to content

Commit

Permalink
Merge pull request #363 from erikdarlingdata/dev
Browse files Browse the repository at this point in the history
Version bumps for release
  • Loading branch information
erikdarlingdata authored Feb 4, 2024
2 parents 18d24cc + 236b450 commit be031b5
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 @@ -64,8 +64,8 @@ BEGIN
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '1.15',
@version_date = '20240101';
@version = '1.2',
@version_date = '20240201';

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.13',
@version_date = '20240101';
@version = '5.2',
@version_date = '20240201';

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.13',
@version_date = '20240101';
@version = '3.2',
@version_date = '20240201';

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.13',
@version_date = '20240101';
@version = '1.2',
@version_date = '20240201';

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 @@ -69,8 +69,8 @@ SET XACT_ABORT ON;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT
@version = '4.13',
@version_date = '20240101';
@version = '4.2',
@version_date = '20240201';


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 @@ -126,8 +126,8 @@ END;
These are for your outputs.
*/
SELECT
@version = '4.13',
@version_date = '20240101';
@version = '4.2',
@version_date = '20240201';

/*
Helpful section! For help.
Expand Down

0 comments on commit be031b5

Please sign in to comment.