commit 5c031404
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 && \