Skip to content

Commit

Permalink
update codegen smithy-go dep version (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel authored Oct 26, 2020
1 parent bc2f489 commit 3f16a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ private static GoDependency relativePackage(
private static final class Versions {
private static final String GO_STDLIB = "1.14";
private static final String GO_CMP = "v0.4.1";
private static final String SMITHY_GO = "v0.2.0";
private static final String SMITHY_GO = "v0.2.1";
}
}

0 comments on commit 3f16a3a

Please sign in to comment.