We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa17ad commit e1c06ecCopy full SHA for e1c06ec
build.bat
@@ -12,7 +12,7 @@ SET KIBANA_VERSION=4.5.0
12
13
rem ---------- installer version
14
SET INSTALLER_VERSION=1.0.0
15
-IF DEFINED APPVEYOR_BUILD_VERSION SET INSTALLER_VERSION=APPVEYOR_BUILD_VERSION
+IF DEFINED APPVEYOR_BUILD_VERSION SET INSTALLER_VERSION=%APPVEYOR_BUILD_VERSION%
16
echo "Building installer v%INSTALLER_VERSION%"
17
18
rem ---------- Download packages ----------
0 commit comments