We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07ad62 commit 702f4d1Copy full SHA for 702f4d1
scripts/setup.bat
@@ -54,7 +54,7 @@ if exist "%NSTOOLS_DIR%\README.md" (
54
)
55
56
if "%NSTOOLS_CHECKOUT_LAST_COMMIT%" == "" (
57
- git -C %NSTOOLS_DIR% checkout v2.2
+ git -C %NSTOOLS_DIR% checkout v3.0
58
) else (
59
git -C %NSTOOLS_DIR% checkout master
60
0 commit comments