From 9ab07d7f67d7f8e4095824c9b97285ca33fafab6 Mon Sep 17 00:00:00 2001 From: Ishan Date: Thu, 28 Sep 2023 17:22:48 +0530 Subject: [PATCH] kobo connector version upgrade t0 0.1.1 --- airbyte-integrations/connectors/source-kobotoolbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-kobotoolbox/Dockerfile b/airbyte-integrations/connectors/source-kobotoolbox/Dockerfile index 88aad6a5fb05..c7a8e7590f35 100644 --- a/airbyte-integrations/connectors/source-kobotoolbox/Dockerfile +++ b/airbyte-integrations/connectors/source-kobotoolbox/Dockerfile @@ -31,5 +31,5 @@ COPY source_kobotoolbox ./source_kobotoolbox ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.1.0 +LABEL io.airbyte.version=0.1.1 LABEL io.airbyte.name=airbyte/source-kobotoolbox