From 6fdbebf6c02d854d87d04de3d6a5b652056b5a65 Mon Sep 17 00:00:00 2001 From: liningrui Date: Fri, 8 Nov 2019 14:26:33 +0800 Subject: [PATCH] HugeGraph-1358: Release 0.10.4 Change-Id: Ie159f4ae7c996dffbce1226db49c3857be5744fc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8f52e917b..9427ba0322 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # HugeGraph [![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Build Status](https://travis-ci.org/hugegraph/hugegraph.svg?branch=master)](https://travis-ci.org/hugegraph/hugegraph) -[![codecov](https://codecov.io/gh/hugegraph/hugegraph/branch/master/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph) +[![Build Status](https://travis-ci.org/hugegraph/hugegraph.svg?branch=release-0.10)](https://travis-ci.org/hugegraph/hugegraph) +[![codecov](https://codecov.io/gh/hugegraph/hugegraph/branch/release-0.10/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph) HugeGraph is a fast-speed and highly-scalable [graph database](https://en.wikipedia.org/wiki/Graph_database). Billions of vertices and edges can be easily stored into and queried from HugeGraph due to its excellent OLTP ability. As compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/) framework, various complicated graph queries can be accomplished through [Gremlin](https://tinkerpop.apache.org/gremlin.html)(a powerful graph traversal language).