From a5595e9f65d323f473f8fcea1a022967a0210328 Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Fri, 10 May 2019 09:57:49 -0400 Subject: [PATCH] Add a reference to tracking issue in todo --- .scripts/package.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/package.cmd b/.scripts/package.cmd index 96b0d1b911f..44456d73c1b 100644 --- a/.scripts/package.cmd +++ b/.scripts/package.cmd @@ -10,6 +10,7 @@ CALL %~dp0init.cmd PUSHD %~dp0.. REM TODO: these should be read from the version props file, or similar, with the ability to overload via env +REM Tracked by https://github.com/VowpalWabbit/vowpal_wabbit/issues/1714 IF NOT DEFINED Version ( SET Version=8.6.1 )