Skip to content

Commit

Permalink
gh-903 prepare release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedi committed Jul 9, 2019
1 parent 51eb0f8 commit 0dc1b61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adapters/handlers/rest/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Decentralised Knowledge Graph
https
Host: localhost
BasePath: /weaviate/v1
Version: 0.15.0
Version: 0.16.0
Contact: Weaviate<hello@semi.technology> https://github.com/semi-technologies
Consumes:
Expand Down
4 changes: 2 additions & 2 deletions adapters/handlers/rest/embedded_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func init() {
"url": "https://github.com/semi-technologies",
"email": "hello@semi.technology"
},
"version": "0.15.0"
"version": "0.16.0"
},
"basePath": "/weaviate/v1",
"paths": {
Expand Down Expand Up @@ -3157,7 +3157,7 @@ func init() {
"url": "https://github.com/semi-technologies",
"email": "hello@semi.technology"
},
"version": "0.15.0"
"version": "0.16.0"
},
"basePath": "/weaviate/v1",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion openapi-specs/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
},
"description": "Decentralised Knowledge Graph",
"title": "Weaviate - Decentralised Knowledge Graph",
"version": "0.15.0"
"version": "0.16.0"
},
"parameters": {
"CommonLimitParameterQuery": {
Expand Down

0 comments on commit 0dc1b61

Please sign in to comment.