From 5e5a5d9dc54be2a4cd155a1b6a1794a53f705750 Mon Sep 17 00:00:00 2001 From: Matt B Krystof Date: Thu, 5 Sep 2024 18:26:55 -0500 Subject: [PATCH] Set graphql version to 0.0.5 --- pstatus-graphql-ktor/src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pstatus-graphql-ktor/src/main/resources/application.conf b/pstatus-graphql-ktor/src/main/resources/application.conf index 160dda1a..83b0bd9c 100644 --- a/pstatus-graphql-ktor/src/main/resources/application.conf +++ b/pstatus-graphql-ktor/src/main/resources/application.conf @@ -8,7 +8,7 @@ ktor { modules = [ gov.cdc.ocio.processingstatusapi.ApplicationKt.module ] } - version = "0.0.4" + version = "0.0.5" } graphql {