Skip to content

Commit 702f4d1

Browse files
authored
Update setup.bat to last version of nsconfig
1 parent a07ad62 commit 702f4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if exist "%NSTOOLS_DIR%\README.md" (
5454
)
5555

5656
if "%NSTOOLS_CHECKOUT_LAST_COMMIT%" == "" (
57-
git -C %NSTOOLS_DIR% checkout v2.2
57+
git -C %NSTOOLS_DIR% checkout v3.0
5858
) else (
5959
git -C %NSTOOLS_DIR% checkout master
6060
)

0 commit comments

Comments
 (0)