From 299e970946435ad79a77d49e03834763c6014f8e Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:00:57 -0400 Subject: [PATCH] Bump dates RELEASE ME --- sp_HealthParser/sp_HealthParser.sql | 2 +- sp_HumanEvents/sp_HumanEvents.sql | 2 +- sp_HumanEvents/sp_HumanEventsBlockViewer.sql | 2 +- sp_LogHunter/sp_LogHunter.sql | 2 +- sp_PressureDetector/sp_PressureDetector.sql | 2 +- sp_QuickieStore/sp_QuickieStore.sql | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sp_HealthParser/sp_HealthParser.sql b/sp_HealthParser/sp_HealthParser.sql index 4c9527a..b671a1f 100644 --- a/sp_HealthParser/sp_HealthParser.sql +++ b/sp_HealthParser/sp_HealthParser.sql @@ -66,7 +66,7 @@ BEGIN SELECT @version = '1.9', - @version_date = '20240901'; + @version_date = '20240915'; IF @help = 1 BEGIN diff --git a/sp_HumanEvents/sp_HumanEvents.sql b/sp_HumanEvents/sp_HumanEvents.sql index 676e085..fafba80 100644 --- a/sp_HumanEvents/sp_HumanEvents.sql +++ b/sp_HumanEvents/sp_HumanEvents.sql @@ -88,7 +88,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; SELECT @version = '5.9', - @version_date = '20240901'; + @version_date = '20240915'; IF @help = 1 BEGIN diff --git a/sp_HumanEvents/sp_HumanEventsBlockViewer.sql b/sp_HumanEvents/sp_HumanEventsBlockViewer.sql index 973640c..3dc1d15 100644 --- a/sp_HumanEvents/sp_HumanEventsBlockViewer.sql +++ b/sp_HumanEvents/sp_HumanEventsBlockViewer.sql @@ -83,7 +83,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; SELECT @version = '3.9', - @version_date = '20240901'; + @version_date = '20240915'; IF @help = 1 BEGIN diff --git a/sp_LogHunter/sp_LogHunter.sql b/sp_LogHunter/sp_LogHunter.sql index 4b5454e..845b59f 100644 --- a/sp_LogHunter/sp_LogHunter.sql +++ b/sp_LogHunter/sp_LogHunter.sql @@ -73,7 +73,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; BEGIN SELECT @version = '1.9', - @version_date = '20240901'; + @version_date = '20240915'; IF @help = 1 BEGIN diff --git a/sp_PressureDetector/sp_PressureDetector.sql b/sp_PressureDetector/sp_PressureDetector.sql index 46c9fc6..f8c76fd 100644 --- a/sp_PressureDetector/sp_PressureDetector.sql +++ b/sp_PressureDetector/sp_PressureDetector.sql @@ -72,7 +72,7 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; SELECT @version = '4.9', - @version_date = '20240901'; + @version_date = '20240915'; IF @help = 1 diff --git a/sp_QuickieStore/sp_QuickieStore.sql b/sp_QuickieStore/sp_QuickieStore.sql index 1781d67..8185819 100644 --- a/sp_QuickieStore/sp_QuickieStore.sql +++ b/sp_QuickieStore/sp_QuickieStore.sql @@ -134,7 +134,7 @@ These are for your outputs. */ SELECT @version = '4.9', - @version_date = '20240901'; + @version_date = '20240915'; /* Helpful section! For help.