Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 11aecb0

Browse files
committed
increase version
1 parent a738fec commit 11aecb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
gcore = {
2020
source = "local.gcorelabs.com/repo/gcore"
21-
version = "~>0.1.1"
21+
version = "~>0.1.2"
2222
}
2323
}
2424
}

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
gcore = {
55
source = "local.gcorelabs.com/repo/gcore"
6-
version = "~>0.1.1"
6+
version = "~>0.1.2"
77
}
88
}
99
}

0 commit comments

Comments
 (0)