File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 statsig = {
4- version = " ~> 0.2 .0"
4+ version = " ~> 1.0 .0"
55 source = " statsig-io/statsig"
66 }
77 }
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 statsig = {
4- version = " ~> 0.2 .0"
4+ version = " ~> 1.0 .0"
55 source = " statsig-io/statsig"
66 }
77 }
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 statsig = {
4- version = " ~> 0.2 .0"
4+ version = " ~> 1.0 .0"
55 source = " statsig-io/statsig"
66 }
77 }
Original file line number Diff line number Diff line change 11terraform {
22 required_providers {
33 statsig = {
4- version = " 0.2 .0"
4+ version = " 1.0 .0"
55 source = " statsig-io/statsig"
66 }
77 }
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ type statsigMetadata struct {
88func getStatsigMetadata () statsigMetadata {
99 return statsigMetadata {
1010 SDKType : "terraform-provider" ,
11- SDKVersion : "0.2 .0" ,
11+ SDKVersion : "1.0 .0" ,
1212 }
1313}
Original file line number Diff line number Diff line change 1- 0.2 .0
1+ 1.0 .0
You can’t perform that action at this time.
0 commit comments