Skip to content

Commit 8cdd801

Browse files
committed
Bump version for release
1 parent dbdeaaa commit 8cdd801

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/experiments/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
statsig = {
4-
version = "~> 0.2.0"
4+
version = "~> 1.0.0"
55
source = "statsig-io/statsig"
66
}
77
}

examples/gates/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
statsig = {
4-
version = "~> 0.2.0"
4+
version = "~> 1.0.0"
55
source = "statsig-io/statsig"
66
}
77
}

examples/keys/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
statsig = {
4-
version = "~> 0.2.0"
4+
version = "~> 1.0.0"
55
source = "statsig-io/statsig"
66
}
77
}

examples/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
statsig = {
4-
version = "0.2.0"
4+
version = "1.0.0"
55
source = "statsig-io/statsig"
66
}
77
}

internal/statsig_metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ type statsigMetadata struct {
88
func getStatsigMetadata() statsigMetadata {
99
return statsigMetadata{
1010
SDKType: "terraform-provider",
11-
SDKVersion: "0.2.0",
11+
SDKVersion: "1.0.0",
1212
}
1313
}

statsig/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
1.0.0

0 commit comments

Comments
 (0)