Skip to content

Commit

Permalink
Changed tag to low code (#35594)
Browse files Browse the repository at this point in the history
CI tests failed because the version was not incremented. This change is minor and can be safely merged.
  • Loading branch information
lazebnyi committed Feb 23, 2024
1 parent c379a7b commit 9ff81e3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ data:
- companies
supportLevel: certified
tags:
- language:python
- language:low-code
metadataSpecVersion: "1.0"
36 changes: 18 additions & 18 deletions airbyte-integrations/connectors/source-intercom/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.5.1"
version = "0.6.0"
name = "source-intercom"
description = "Source implementation for Intercom Yaml."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ data:
releaseStage: generally_available
supportLevel: certified
tags:
- language:python
- language:low-code
metadataSpecVersion: "1.0"

0 comments on commit 9ff81e3

Please sign in to comment.