Skip to content

Commit

Permalink
better authorization model
Browse files Browse the repository at this point in the history
  • Loading branch information
autom8ter committed Dec 15, 2020
1 parent a9d922c commit 4b88830
Show file tree
Hide file tree
Showing 99 changed files with 1,593 additions and 2,954 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.6.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := "0.5.2"
version := "0.6.0"

.DEFAULT_GOAL := help

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

git clone git@github.com:graphikDB/graphik.git

` docker pull graphikdb/graphik:v0.5.2`
` docker pull graphikdb/graphik:v0.6.0`

Graphik is an identity-aware, permissioned, persistant document/graph database & pubsub server written in Go

Expand Down Expand Up @@ -549,7 +549,7 @@ add this docker-compose.yml to ${pwd}:
version: '3.7'
services:
graphik:
image: graphikdb/graphik:v0.5.2
image: graphikdb/graphik:v0.6.0
env_file:
- .env
ports:
Expand Down Expand Up @@ -583,13 +583,13 @@ to shutdown:

### Linux

curl -L https://github.com/graphikDB/graphik/releases/download/v0.5.2/graphik_linux_amd64 \
curl -L https://github.com/graphikDB/graphik/releases/download/v0.6.0/graphik_linux_amd64 \
--output /usr/local/bin/graphik && \
chmod +x /usr/local/bin/graphik

### Mac/Darwin

curl -L https://github.com/graphikDB/graphik/releases/download/v0.5.2/graphik_darwin_amd64 \
curl -L https://github.com/graphikDB/graphik/releases/download/v0.6.0/graphik_darwin_amd64 \
--output /usr/local/bin/graphik && \
chmod +x /usr/local/bin/graphik

Expand Down
Loading

0 comments on commit 4b88830

Please sign in to comment.