Skip to content

Commit

Permalink
Update version for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JONBRWN committed Nov 30, 2018
1 parent f362f4c commit 0d5034d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

ENV WALLAROO_VERSION release-0.6.0
ENV WALLAROO_VERSION 0.6.0

RUN apt-get install -y \
curl \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release-0.6.0
0.6.0
6 changes: 3 additions & 3 deletions misc/wallaroo-up.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash

# md5 for validatiing script checksum
MD5="e83a9ded8d8b34f86045e0d65920ff5d -"
MD5="d858f70ac039cb96c6f34b0f9f17c220 -"

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.6.0
WALLAROO_VERSION_DEFAULT=0.6.0
WALLAROO_VERSION="$WALLAROO_VERSION_DEFAULT"
WALLAROO_TOOLS_TO_BUILD="build-giles-sender-all build-utils-all"

Expand Down Expand Up @@ -44,7 +44,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.6.0=0.25.0
W0.6.0=0.25.0
W0.5.4=0.25.0
W0.5.3=0.24.4
W0.5.2=0.24.4
Expand Down
2 changes: 1 addition & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $script = <<-SCRIPT
set -o errexit
set -o nounset
export WALLAROO_VERSION="release-0.6.0"
export WALLAROO_VERSION="0.6.0"
wallaroo_up() {
cd /tmp
Expand Down

0 comments on commit 0d5034d

Please sign in to comment.