Skip to content

Commit

Permalink
Update version for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed Aug 24, 2018
1 parent 1506ece commit a7c31e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
release-0.5.2
0.5.2
2 changes: 1 addition & 1 deletion misc/activate
Expand Up @@ -2,7 +2,7 @@
WALLAROO_ACTIVATE="${BASH_SOURCE}"
HERE=$(dirname "$(readlink -e "${WALLAROO_ACTIVATE}")")

WALLAROO_ROOT="$(readlink -e "${HERE}/..")"
WALLAROO_ROOT="${HOME}/wallaroo-tutorial/wallaroo-0.5.2"
export WALLAROO_ROOT

export GOROOT=$WALLAROO_ROOT/bin/go1.9.4
Expand Down
7 changes: 3 additions & 4 deletions misc/wallaroo-up.sh
@@ -1,13 +1,13 @@
#!/bin/bash

MD5="61e4ac6f602bc7b69948e6950b1ad18b -"
MD5="48b8873d2bb2aee7a37b4829ca6ef28c -"

set -eEuo pipefail

WALLAROO_UP_DEST_DEFAULT=~/wallaroo-tutorial
WALLAROO_UP_DEST_ARG="$WALLAROO_UP_DEST_DEFAULT"
WALLAROO_UP_INSTALL_TYPE=UNSPECIFIED
WALLAROO_VERSION_DEFAULT=release-0.5.2
WALLAROO_VERSION_DEFAULT=0.5.2
WALLAROO_VERSION="$WALLAROO_VERSION_DEFAULT"
WALLAROO_TOOLS_TO_BUILD="build-giles-sender-all build-utils-all"

Expand All @@ -33,8 +33,7 @@ GOLANG_DL_URL=https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz
# sample wallaroo version to ponyc version map entry: W0.4.3=0.21.0
# another sample entry: W4807928=0.22.6
WALLAROO_PONYC_MAP="
Wrelease-0.5.2=0.24.4
Wrelease-0.5.2-81df853=0.24.4
W0.5.2=0.24.4
Wmaster=
"

Expand Down
2 changes: 1 addition & 1 deletion vagrant/bootstrap.sh
Expand Up @@ -3,7 +3,7 @@
set -o errexit
set -o nounset

export WALLAROO_VERSION="release-0.5.2"
export WALLAROO_VERSION="0.5.2"

wallaroo_up() {
cd /tmp
Expand Down

0 comments on commit a7c31e5

Please sign in to comment.