Skip to content

Commit a157ac9

Browse files
committed
update docs to v0.0.6
Signed-off-by: Luis Pabón <[email protected]>
1 parent ed24d57 commit a157ac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ easily. The project provides developers with the following features:
2121
To add the library to your Golang application use the following command:
2222

2323
```bash
24-
go get github.com/libopenstorage/[email protected].5
24+
go get github.com/libopenstorage/[email protected].6
2525
```
2626

2727
Also, use the following container version on your builds:
2828

2929
```
30-
quay.io/openstorage/grpc-framework:v0.0.5
30+
quay.io/openstorage/grpc-framework:v0.0.6
3131
```
3232

3333
Here is an example:
@@ -44,7 +44,7 @@ proto:
4444
-e "PROTO_USER=$(shell id -u)" \
4545
-e "PROTO_GROUP=$(shell id -g)" \
4646
-e "PATH=/bin:/usr/bin:/usr/local/bin:/go/bin:/usr/local/go/bin" \
47-
quay.io/openstorage/grpc-framework:v0.0.5 \
47+
quay.io/openstorage/grpc-framework:v0.0.6 \
4848
make docker-proto
4949

5050
docker-proto:

0 commit comments

Comments
 (0)