Skip to content

Commit

Permalink
first minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hedwigz committed May 3, 2022
1 parent d5cde3d commit 57aa336
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ HOSTNAME=github.com
NAMESPACE=ariga
NAME=atlas
BINARY=terraform-provider-${NAME}
VERSION=0.0.6
VERSION=0.1.0
OS=$(shell go env GOOS)
ARCH=$(shell go env GOARCH)
OS_ARCH=${OS}_${ARCH}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
atlas = {
source = "ariga/atlas"
version = "0.0.6"
version = "~> 0.1.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
atlas = {
version = "0.0.6"
version = "~> 0.1.0"
source = "github.com/ariga/atlas"
}
docker = {
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
atlas = {
version = "0.0.6"
version = "~> 0.1.0"
source = "github.com/ariga/atlas"
}
docker = {
Expand Down

0 comments on commit 57aa336

Please sign in to comment.