Skip to content
Snippets Groups Projects
Unverified Commit ccf86762 authored by Manish R Jain's avatar Manish R Jain
Browse files

Update README and Docker echo statement

parent cc29aedc
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib"
# Install DGraph and update dependencies to right versions.
RUN go get -v github.com/dgraph-io/dgraph/... && \
go build -v github.com/dgraph-io/dgraph/... && \
go test github.com/dgraph-io/dgraph/... && echo "v0.2.3"
go test github.com/dgraph-io/dgraph/... && echo "v0.3"
# Create the dgraph and data directory. These directories should be mapped
# to host machine for persistence.
......
......@@ -30,10 +30,15 @@ The README is divided into these sections:
*Check out [the demo at dgraph.io](http://dgraph.io).*
`Upcoming v0.3`
Track progress on [our Trello Board](https://trello.com/b/PF4nZ1vH).
`Upcoming - v0.4`
[Follow our Trello board](https://trello.com/b/TRVKizWt) for progress.
Got questions or issues? Talk to us [via discuss](https://discuss.dgraph.io).
`May 2016 - Tag v0.3`
This release contains more efficient binary protocol client and ability to query `first:N` results.
Please see [Release notes](https://github.com/dgraph-io/dgraph/releases/tag/v0.3)
and [Trello board](https://trello.com/b/PF4nZ1vH) for more information.
`Mar 2016 - Branch v0.2`
This is the first truly distributed version of DGraph.
Please see the [release notes here](https://discuss.dgraph.io/t/dgraph-v0-2-release/17).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment