0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-14 20:00:38 +00:00
wp-opentofu/vendor/github.com/aws/aws-sdk-go/aws/version.go
2016-10-08 22:47:01 +05:30

9 lines
231 B
Go

// Package aws provides core functionality for making requests to AWS services.
package aws
// SDKName is the name of this AWS SDK
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.4.14"