From 60169cb7e15c92bdc514e45945b67ad9507e90ad Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 30 Mar 2024 10:21:19 -0400 Subject: [PATCH] Version bumps February was so last month. --- sp_HealthParser/sp_HealthParser.sql | 4 ++-- sp_HumanEvents/sp_HumanEvents.sql | 4 ++-- sp_HumanEvents/sp_HumanEventsBlockViewer.sql | 4 ++-- sp_LogHunter/sp_LogHunter.sql | 4 ++-- sp_PressureDetector/sp_PressureDetector.sql | 4 ++-- sp_QuickieStore/sp_QuickieStore.sql | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sp_HealthParser/sp_HealthParser.sql b/sp_HealthParser/sp_HealthParser.sql index 56fe18c..e2bc5dd 100644 --- a/sp_HealthParser/sp_HealthParser.sql +++ b/sp_HealthParser/sp_HealthParser.sql @@ -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 diff --git a/sp_HumanEvents/sp_HumanEvents.sql b/sp_HumanEvents/sp_HumanEvents.sql index 5f883db..3b5e0cb 100644 --- a/sp_HumanEvents/sp_HumanEvents.sql +++ b/sp_HumanEvents/sp_HumanEvents.sql @@ -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 diff --git a/sp_HumanEvents/sp_HumanEventsBlockViewer.sql b/sp_HumanEvents/sp_HumanEventsBlockViewer.sql index 2b49617..e18e0ba 100644 --- a/sp_HumanEvents/sp_HumanEventsBlockViewer.sql +++ b/sp_HumanEvents/sp_HumanEventsBlockViewer.sql @@ -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 diff --git a/sp_LogHunter/sp_LogHunter.sql b/sp_LogHunter/sp_LogHunter.sql index 7660635..894bba0 100644 --- a/sp_LogHunter/sp_LogHunter.sql +++ b/sp_LogHunter/sp_LogHunter.sql @@ -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 diff --git a/sp_PressureDetector/sp_PressureDetector.sql b/sp_PressureDetector/sp_PressureDetector.sql index 9b5bb22..4d3e397 100644 --- a/sp_PressureDetector/sp_PressureDetector.sql +++ b/sp_PressureDetector/sp_PressureDetector.sql @@ -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 diff --git a/sp_QuickieStore/sp_QuickieStore.sql b/sp_QuickieStore/sp_QuickieStore.sql index c8a74b4..faabff9 100644 --- a/sp_QuickieStore/sp_QuickieStore.sql +++ b/sp_QuickieStore/sp_QuickieStore.sql @@ -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.