Skip to content

Commit

Permalink
Fix gradle plugin version in docs (smithy-lang#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar authored Apr 4, 2024
1 parent db15353 commit 00213f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ def setup(sphinx):
# rewrites __smithy_gradle_version__ to the latest version found on Github
def source_read_handler(app, docname, source):
source[0] = source[0].replace(smithy_version_placeholder, smithy_version)
source[0] = source[0].replace(smithy_gradle_version_placeholder, smithy_typescript_codegen_version)
source[0] = source[0].replace(smithy_gradle_version_placeholder, smithy_gradle_plugin_version)
source[0] = source[0].replace(smithy_typescript_version_placeholder, smithy_typescript_codegen_version)

0 comments on commit 00213f3

Please sign in to comment.