git repos / blockattack-game

commit af19221e

branches: v2.1.X

sago007 · 2017-04-01 18:55
af19221e24dca72a4433bc075f47c785b858eb7a patch · browse files
parent 4584d18e687f01d2ff8f786e304282e1590ca452

Updated the Windows version number. I need to have a script for this

Changed files

M source/misc/docker/Dockerfile.WindoesBuild before
diff --git a/source/misc/docker/Dockerfile.WindoesBuild b/source/misc/docker/Dockerfile.WindoesBuild index 6422ae5..55fed20 100644 --- a/source/misc/docker/Dockerfile.WindoesBuild +++ b/source/misc/docker/Dockerfile.WindoesBuild
@@ -8,7 +8,7 @@ RUN mkdir -p /output
COPY . /staging/blockattack-game
-ENV BLOCKATTACK_VERSION 2.1.0
+ENV BLOCKATTACK_VERSION 2.1.1
RUN cd /staging/blockattack-game && \
./packdata.sh && \