diff --git a/publish/last.published b/publish/last.published index 48e97c8..61fd81a 100644 --- a/publish/last.published +++ b/publish/last.published @@ -1 +1 @@ -9.0.5 +9.0.6 diff --git a/publish/publish.sh b/publish/publish.sh index bcdec3e..1c22b06 100755 --- a/publish/publish.sh +++ b/publish/publish.sh @@ -38,7 +38,7 @@ set +o allexport; if [ "${go_flag}" != "go" ]; then echo "No go flag given"; - echo "Would publish ${VERSION} on ${file_last_published}"; + echo "Would publish ${VERSION}"; echo "[END]"; exit; fi;