From be713c0a0ecf899d62c5bb1774720ac6da5f6843 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 26 Mar 2015 11:38:10 +0100 Subject: [PATCH] bumped version number --- UnitTests/HttpInterface/api-compatibility-spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnitTests/HttpInterface/api-compatibility-spec.rb b/UnitTests/HttpInterface/api-compatibility-spec.rb index 93eae19464..8085f087b5 100644 --- a/UnitTests/HttpInterface/api-compatibility-spec.rb +++ b/UnitTests/HttpInterface/api-compatibility-spec.rb @@ -16,7 +16,7 @@ describe ArangoDB do doc.code.should eq(200) compatibility = doc.parsed_response['compatibility'] compatibility.should be_kind_of(Integer) - compatibility.should eq(20500) + compatibility.should eq(20600) end it "tests the compatibility value when a broken header is set" do @@ -28,7 +28,7 @@ describe ArangoDB do doc.code.should eq(200) compatibility = doc.parsed_response['compatibility'] compatibility.should be_kind_of(Integer) - compatibility.should eq(20500) + compatibility.should eq(20600) end end