We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281734b commit 425f352Copy full SHA for 425f352
README.md
@@ -3,7 +3,7 @@
3
# ArangoDB-PHP - A PHP client for ArangoDB
4
5
[](https://travis-ci.org/triAGENS/ArangoDB-PHP)
6
-**Branch: Master (v2.3.0)**
+**Branch: Master (v2.3)**
7
8
[](https://travis-ci.org/triAGENS/ArangoDB-PHP)
9
**Branch: devel**
tests/travis/setup_arangodb.sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
-VERSION=2.4
+VERSION=2.4.0-beta1
NAME=ArangoDB-$VERSION
if [ ! -d "$DIR/$NAME" ]; then
0 commit comments