From 7e2f57b001a4eca1d8497be73603a7a957d2acf8 Mon Sep 17 00:00:00 2001 From: Steve Williams <90905675+stevewgr@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:06:53 -0400 Subject: [PATCH] Bump ko-db version from 1.1.1 to 1.1.2. --- config.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cmd b/config.cmd index 196e4bb5..40e133bc 100644 --- a/config.cmd +++ b/config.cmd @@ -19,7 +19,7 @@ rmdir /s /q %CURRENT_PATH%src\db 2> NUL git clone --branch=1.1.1 -c advice.detachedHead=false --depth=1 https://github.com/ko4life-net/ko-assets %CURRENT_PATH%src\assets git clone --branch=1.1.0 -c advice.detachedHead=false --depth=1 https://github.com/ko4life-net/ko-vendor %CURRENT_PATH%src\vendor -git clone --branch=1.1.1 -c advice.detachedHead=false https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db +git clone --branch=1.1.2 -c advice.detachedHead=false https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db @REM src\All.sln