Skip to content

Commit d12b3e4

Browse files
committed
ver0.2.8 bump post cleavers gate fix
1 parent 89f9668 commit d12b3e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql_json_query/populate_ssd_api_data_staging_2012.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ can be appended into the main SSD and run as one - insert locations within the S
2828

2929

3030

31-
DECLARE @VERSION nvarchar(32) = N'0.2.6';
31+
DECLARE @VERSION nvarchar(32) = N'0.2.8';
3232
RAISERROR(N'== CSC API staging build: v%s ==', 10, 1, @VERSION) WITH NOWAIT;
3333

3434

sql_json_query/populate_ssd_api_data_staging_2016.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ can be appended into the main SSD and run as one - insert locations within the S
2828

2929

3030

31-
DECLARE @VERSION nvarchar(32) = N'0.2.7';
31+
DECLARE @VERSION nvarchar(32) = N'0.2.8';
3232
RAISERROR(N'== CSC API staging build: v%s ==', 10, 1, @VERSION) WITH NOWAIT;
3333

3434

0 commit comments

Comments
 (0)