Skip to content

Commit

Permalink
update graphik version
Browse files Browse the repository at this point in the history
  • Loading branch information
autom8ter committed Jan 2, 2021
1 parent 7a5cee5 commit d6232c7
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 19 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.1.0
current_version = 0.1.1
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.1.0"
version := "0.1.1"

.DEFAULT_GOAL := help

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ After installation, please move the binary to a location in which it may be disc
### Mac/Darwin

```text
curl -LJO https://github.com/graphikDB/terraform-provider-graphik/releases/download/v0.1.0/terraform-provider-graphik_darwin_amd64 && \
curl -LJO https://github.com/graphikDB/terraform-provider-graphik/releases/download/v0.1.1/terraform-provider-graphik_darwin_amd64 && \
mv terraform-provider-graphik_darwin_amd64 terraform-provider-graphik && \
chmod +x terraform-provider-graphik
```

### Linux

```text
curl -LJO https://github.com/graphikDB/terraform-provider-graphik/releases/download/v0.1.0/terraform-provider-graphik_linux_amd64 && \
curl -LJO https://github.com/graphikDB/terraform-provider-graphik/releases/download/v0.1.1/terraform-provider-graphik_linux_amd64 && \
mv terraform-provider-graphik_darwin_amd64 terraform-provider-graphik && \
chmod +x terraform-provider-graphik
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/golang/protobuf v1.4.3
github.com/graphikDB/graphik v1.0.0
github.com/graphikDB/graphik v1.2.0
github.com/hashicorp/terraform-plugin-sdk v1.16.0
github.com/joho/godotenv v1.3.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
Expand Down
Loading

0 comments on commit d6232c7

Please sign in to comment.