Skip to content

Commit

Permalink
Update version in examples and generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuarez committed Apr 25, 2024
1 parent 18b93f8 commit 0185287
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ terraform {
required_providers {
nuodbaas = {
source = "registry.terraform.io/nuodb/nuodbaas"
version = "1.0.0"
version = "1.1.0"
}
}
}
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 {
nuodbaas = {
source = "registry.terraform.io/nuodb/nuodbaas"
version = "1.0.0"
version = "1.1.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
nuodbaas = {
source = "registry.terraform.io/nuodb/nuodbaas"
version = "1.0.0"
version = "1.1.0"
}
docker = {
source = "kreuzwerker/docker"
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 {
nuodbaas = {
source = "registry.terraform.io/nuodb/nuodbaas"
version = "1.0.0"
version = "1.1.0"
}
}
}
Expand Down

0 comments on commit 0185287

Please sign in to comment.