From d66abaccb095c56d5893e201afd40efa898b8124 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 16 Jun 2018 11:47:05 -0700 Subject: [PATCH] 1.12.3 --- README.md | 2 +- build.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1c78680..3db73f44 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Slack Channel -Version +Version Build Status Docker Ready

diff --git a/build.sh b/build.sh index a70bca7c..7711c92f 100755 --- a/build.sh +++ b/build.sh @@ -18,9 +18,8 @@ if [ "$PROTECTED_MODE" == "no" ]; then fi if [ "$1" == "update-version" ]; then - # update the versions in the README.md and Dockerfile + # update the versions in the README.md sed -i '' "s/version-[0-9]*\.[0-9]*\.[0-9]*/version-$VERSION/g" README.md - sed -i '' "s/ENV\ TILE38_VERSION\ [0-9]*\.[0-9]*\.[0-9]*/ENV TILE38_VERSION $VERSION/g" docker/Dockerfile exit fi