Skip to content

Commit ce3d061

Browse files
committed
updated source version
1 parent b7ba86d commit ce3d061

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/77225a51-cd15-4a13-af02-65816bd0ecf4.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"sourceDefinitionId": "77225a51-cd15-4a13-af02-65816bd0ecf4",
33
"name": "Square",
44
"dockerRepository": "airbyte/source-square",
5-
"dockerImageTag": "0.1.3",
5+
"dockerImageTag": "0.1.4",
66
"documentationUrl": "https://docs.airbyte.io/integrations/sources/square",
77
"icon": "square.svg"
88
}

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
- name: Square
671671
sourceDefinitionId: 77225a51-cd15-4a13-af02-65816bd0ecf4
672672
dockerRepository: airbyte/source-square
673-
dockerImageTag: 0.1.3
673+
dockerImageTag: 0.1.4
674674
documentationUrl: https://docs.airbyte.io/integrations/sources/square
675675
icon: square.svg
676676
sourceType: api

airbyte-integrations/connectors/source-square/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.1.3
15+
LABEL io.airbyte.version=0.1.4
1616
LABEL io.airbyte.name=airbyte/source-square

0 commit comments

Comments
 (0)