aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/aws/aws-sdk-go/aws/version.go
blob: 472f38cd45295f41532a25a86515c99b3a4c80d4 (plain)
1
2
3
4
5
6
7
8
// 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"