From f25c61115af2045a0d3a72681aac577077133ac7 Mon Sep 17 00:00:00 2001 From: Francis Chuang Date: Mon, 24 Jun 2013 16:08:55 +1000 Subject: [PATCH] Update to ArangoDB 1.3.2. --- tests/travis/setup_arangodb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis/setup_arangodb.sh b/tests/travis/setup_arangodb.sh index ddb9a2ae..86fdcd9c 100644 --- a/tests/travis/setup_arangodb.sh +++ b/tests/travis/setup_arangodb.sh @@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR -VERSION=1.3.1 +VERSION=1.3.2 NAME=ArangoDB-$VERSION if [ ! -d "$DIR/$NAME" ]; then