git repos / blockattack-game

commit 5c031404

branches: v2.1.X

sago007 · 2017-07-30 15:48
5c031404db5038eb8405fef8663dd97bd131bde5 patch · browse files
parent 818b8c7796e64cd2218eef4b5b5ec49986ac5b80

Fixed the version number in the Windows build

Changed files

M source/misc/docker/Dockerfile.WindoesBuild before
diff --git a/source/misc/docker/Dockerfile.WindoesBuild b/source/misc/docker/Dockerfile.WindoesBuild index 55fed20..7d3a4af 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.1
+ENV BLOCKATTACK_VERSION 2.1.2
RUN cd /staging/blockattack-game && \
./packdata.sh && \