Skip to content

Commit

Permalink
feat: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
aballiet committed Nov 17, 2023
1 parent a094e90 commit 943a6b9
Show file tree
Hide file tree
Showing 5 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 @@ -10,7 +10,7 @@ terraform {
required_providers {
airbyte = {
source = "aballiet/airbyte"
version = "1.0.5"
version = "1.0.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ terraform {
required_providers {
airbyte = {
source = "aballiet/airbyte"
version = "1.0.5"
version = "1.0.6"
}
}
}
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 = "aballiet/airbyte"
version = "1.0.5"
version = "1.0.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ features:
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
terraform:
version: 1.0.5
version: 1.0.6
author: aballiet
imports:
option: openapi
Expand Down
4 changes: 2 additions & 2 deletions internal/sdk/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ func New(opts ...SDKOption) *SDK {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "1.0.5",
SDKVersion: "1.0.6",
GenVersion: "2.192.1",
UserAgent: "speakeasy-sdk/go 1.0.5 2.192.1 1.0.0 airbyte",
UserAgent: "speakeasy-sdk/go 1.0.6 2.192.1 1.0.0 airbyte",
},
}
for _, opt := range opts {
Expand Down

0 comments on commit 943a6b9

Please sign in to comment.