summaryrefslogtreecommitdiff
path: root/doc/docfx/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docfx/setup.sh')
-rwxr-xr-xdoc/docfx/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docfx/setup.sh b/doc/docfx/setup.sh
index b166516fd5..77484f2c10 100755
--- a/doc/docfx/setup.sh
+++ b/doc/docfx/setup.sh
@@ -25,7 +25,7 @@ fi;
#
if [ ! -d "bin" ]; then
rm -rf docfx.zip bin
- wget https://github.com/dotnet/docfx/releases/download/v2.40.4/docfx.zip
+ wget https://github.com/dotnet/docfx/releases/download/v2.45/docfx.zip
unzip -q docfx.zip -d bin
rm docfx.zip
else