Update version to 0.1.2

This commit is contained in:
Sam Tay 2017-07-03 00:23:52 -04:00
parent 4f9bcfca34
commit e91b03aed1
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ RUN mkdir -p "${DEXBUILD_DIR}"
WORKDIR ${DEXBUILD_DIR}
RUN ( \
curl -L https://github.com/samtay/tetris/releases/download/0.1.1/tetris-`uname -s`-`uname -m` -o tetris && \
curl -L https://github.com/samtay/tetris/releases/download/0.1.2/tetris-`uname -s`-`uname -m` -o tetris && \
chmod +x tetris && \
true )