Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
terencecho committed Aug 3, 2023
1 parent 6708e85 commit cac2d93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
airbyte = {
source = "airbytehq/airbyte"
version = "0.2.2"
version = "0.2.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
airbyte = {
source = "airbytehq/airbyte"
version = "0.2.2"
version = "0.2.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
airbyte = {
source = "airbytehq/airbyte"
version = "0.2.2"
version = "0.2.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -2552,8 +2552,8 @@ internal/sdk/pkg/models/shared/workspacecreaterequest.go
internal/sdk/pkg/models/shared/workspacesresponse.go
internal/sdk/pkg/models/shared/workspaceupdaterequest.go
internal/sdk/pkg/models/shared/security.go
internal/sdk/pkg/models/shared/workspaceresponseroottypeforworkspaceresponse.go
internal/sdk/pkg/models/shared/connectionresponseroottypeforconnectionresponse.go
internal/sdk/pkg/models/shared/workspaceresponseroottypeforworkspaceresponse.go
USAGE.md
internal/provider/provider.go
examples/provider/provider.tf
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ generation:
singleTagPerOp: false
telemetryEnabled: true
terraform:
version: 0.2.2
version: 0.2.3
author: airbytehq
packageName: airbyte
2 changes: 1 addition & 1 deletion internal/sdk/sdk.go

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

0 comments on commit cac2d93

Please sign in to comment.