Skip to content

Commit 862a460

Browse files
authored
Add major release number to dev ua (#11938)
1 parent b8be569 commit 862a460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
var (
44
// ProviderVersion is set during the release process to the release version of the binary
5-
ProviderVersion = "dev"
5+
ProviderVersion = "dev6"
66
)

0 commit comments

Comments
 (0)