From 6ba0a008555fba00876ab6c77254a5359327f08a Mon Sep 17 00:00:00 2001 From: Paul Butcher Date: Tue, 31 Oct 2023 11:43:00 +0000 Subject: [PATCH] new pipeline --- .../src/main/scala/weco/api/search/models/ElasticConfig.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/search/src/main/scala/weco/api/search/models/ElasticConfig.scala b/common/search/src/main/scala/weco/api/search/models/ElasticConfig.scala index 0694f48a2..0e375c83a 100644 --- a/common/search/src/main/scala/weco/api/search/models/ElasticConfig.scala +++ b/common/search/src/main/scala/weco/api/search/models/ElasticConfig.scala @@ -10,7 +10,7 @@ case class ElasticConfig( trait ElasticConfigBase { // We use this to share config across Scala API applications // i.e. The API and the snapshot generator. - val pipelineDate = "2023-09-29" + val pipelineDate = "2023-10-30" } object PipelineClusterElasticConfig extends ElasticConfigBase {