Browse Source

version: 6.1-0.12.11

pull/104/head
Jacob McCann 5 years ago
parent
commit
40f0285956
No known key found for this signature in database GPG Key ID: B5A476DE32B9AE72
  1. 3
      CHANGELOG.md
  2. 3
      build-docker.sh

3
CHANGELOG.md

@ -1,3 +1,6 @@
## 6.1-0.12.11 (2019-10-18)
* Update embedded TF to `0.12.11`
## 6.1-0.12.10 (2019-10-15)
* Update embedded TF to `0.12.10`

3
build-docker.sh

@ -11,9 +11,8 @@ fi
major=$(echo $tag | awk -F. '{print $1}')
minor=$(echo $tag | awk -F. '{print $2}')
# patch=$(echo $tag | awk -F. '{print $3}')
tf_ver="0.12.10"
tf_ver="0.12.11"
echo "Confirm building images for:"
echo " MAJOR: ${major}"

Loading…
Cancel
Save