Skip to content

Commit

Permalink
Bump version to 0.0.7-alpha (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh authored Jun 8, 2021
1 parent 32949d6 commit 07e22f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fun generateSmithyBuild(tests: List<AwsService>): String {
},
"service": "${it.service}",
"module": "aws-sdk-${it.module}",
"moduleVersion": "0.0.6-alpha",
"moduleVersion": "0.0.7-alpha",
"moduleAuthors": ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"],
"license": "Apache-2.0"
${it.extraConfig ?: ""}
Expand Down

0 comments on commit 07e22f6

Please sign in to comment.