Skip to content

Commit

Permalink
Bump up version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Rawal committed Sep 1, 2016
1 parent 01bbadc commit 35a04c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![logo](https://img.shields.io/badge/status-alpha-red.svg)
[![Wiki](https://img.shields.io/badge/res-wiki-blue.svg)](http://wiki.dgraph.io)
[![Build Status](https://travis-ci.org/dgraph-io/dgraph.svg?branch=master)](https://travis-ci.org/dgraph-io/dgraph)
[![Coverage Status](https://coveralls.io/repos/github/dgraph-io/dgraph/badge.svg?branch=develop)](https://coveralls.io/github/dgraph-io/dgraph?branch=develop)
[![Coverage Status](https://coveralls.io/repos/github/dgraph-io/dgraph/badge.svg?branch=master)](https://coveralls.io/github/dgraph-io/dgraph?branch=master)
[![Slack Status](http://slack.dgraph.io/badge.svg)](http://slack.dgraph.io)

Dgraph's goal is to provide [Google](https://www.google.com) production level scale and throughput,
Expand Down
2 changes: 1 addition & 1 deletion x/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"os"
)

const dgraphVersion = "0.4.3"
const dgraphVersion = "0.4.4"

var (
version = flag.Bool("version", false, "Prints the version of Dgraph")
Expand Down

0 comments on commit 35a04c3

Please sign in to comment.