Skip to content

Commit

Permalink
Update version in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane authored Sep 24, 2019
1 parent 996d695 commit 1a61547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Check the [examples/](./examples/) directory for more.
```hcl
module "memorystore" {
source = "terraform-google-modules/memorystore/google"
version = "0.1.0"
version = "1.0.0"
name = "my-memorystore"
project = "my-gcp-project"
Expand Down Expand Up @@ -101,4 +101,4 @@ Run:

```
make generate_docs
```
```

0 comments on commit 1a61547

Please sign in to comment.