Browse Source

version: 6.0-0.12.6

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

3
CHANGELOG.md

@ -1,3 +1,6 @@
## 6.0-0.12.6 (2019-08-05)
* Update embedded TF to `0.12.6`
## 6.0-0.12.4 (2019-07-12)
* Update embedded TF to `0.12.4`

2
build-docker.sh

@ -13,7 +13,7 @@ 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.4"
tf_ver="0.12.6"
echo "Confirm building images for:"
echo " MAJOR: ${major}"

Loading…
Cancel
Save