Skip to content

Commit

Permalink
bump up the version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshiag committed May 2, 2018
1 parent 6fa7b01 commit b630acf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ $ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-ibm
$ make build
```

Docker Image For The Provider
-----------------------------

You can also pull the docker image for the ibmcloud terraform provider :

```sh
$ docker pull ibmterraform/terraform-provider-ibm-docker
```

Using the provider
----------------------

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version is the current provider main version
const Version = "0.9.0"
const Version = "0.9.1"

// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
Expand Down

0 comments on commit b630acf

Please sign in to comment.