Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Sep 1, 2023
1 parent f6b6a0f commit 63934fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_hubplanner ./source_hubplanner
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=1.0.0
LABEL io.airbyte.version=0.2.0
LABEL io.airbyte.name=airbyte/source-hubplanner
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 8097ceb9-383f-42f6-9f92-d3fd4bcc7689
dockerImageTag: 1.0.0
dockerImageTag: 0.2.0
dockerRepository: airbyte/source-hubplanner
githubIssueLabel: source-hubplanner
icon: hubplanner.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/hubplanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ The Okta source connector supports the following [sync modes](https://docs.airby
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------|

| 0.1.0 | 2021-08-10 | [[29311](https://github.com/airbytehq/airbyte/pull/29311) | Migrated to LowCode CDK |
| 0.2.0 | 2021-09-31 | [29311](https://github.com/airbytehq/airbyte/pull/29311) | Migrated to LowCode CDK |
| 0.1.0 | 2021-08-10 | [12145](https://github.com/airbytehq/airbyte/pull/12145) | Initial Release |

0 comments on commit 63934fb

Please sign in to comment.