Skip to content

Commit 280f2e5

Browse files
committed
Update vpc_v1.go
1 parent a89c98d commit 280f2e5

File tree

1 file changed

+4
-0
lines changed
  • common/github.com/IBM/vpc-go-sdk/vpcv1

1 file changed

+4
-0
lines changed

common/github.com/IBM/vpc-go-sdk/vpcv1/vpc_v1.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ func NewVpcV1(options *VpcV1Options) (service *VpcV1, err error) {
150150
service.Generation = core.Int64Ptr(2)
151151
}
152152

153+
if options.Version == nil {
154+
options.Version = core.StringPtr("2026-12-09")
155+
}
156+
153157
return
154158
}
155159

0 commit comments

Comments
 (0)