From f30b99e96f936e44ad3adafcc59fbeb0e5a9810f Mon Sep 17 00:00:00 2001 From: liningrui Date: Fri, 23 Nov 2018 19:45:35 +0800 Subject: [PATCH] HugeGraph-1358: Release 0.8.0 Change-Id: Iaf2c73d92bfbbcdf9a6d25c4ef2e50ebe302a7af --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5eaba8bd2..2e88efd1d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # hugegraph-loader [![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-loader.svg?branch=master)](https://travis-ci.org/hugegraph/hugegraph-loader) -[![codecov](https://codecov.io/gh/hugegraph/hugegraph-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph-loader) +[![Build Status](https://travis-ci.org/hugegraph/hugegraph-loader.svg?branch=release-0.8.0)](https://travis-ci.org/hugegraph/hugegraph-loader) +[![codecov](https://codecov.io/gh/hugegraph/hugegraph-loader/branch/release-0.8.0/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph-loader) hugegraph-loader is a customizable command line utility for loading small to medium size graph datasets into the HugeGraph database from files with various input formats. @@ -19,4 +19,4 @@ The [project homepage](https://hugegraph.github.io/hugegraph-doc/) contains more ## License -hugegraph-loader is licensed under Apache 2.0 License. \ No newline at end of file +hugegraph-loader is licensed under Apache 2.0 License.