Skip to content

Commit

Permalink
Release version v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Feb 22, 2021
1 parent a723f30 commit bd351fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Visit [docs] folder for all documentation.
The latest version can be installed using `go get`:

```bash
GO111MODULE="on" go get github.com/terraform-docs/[email protected].1
GO111MODULE="on" go get github.com/terraform-docs/[email protected].2
```

**NOTE:** to download any version **before** `v0.9.1` (inclusive) you need to use to
Expand All @@ -66,7 +66,7 @@ Stable binaries are also available on the [releases] page. To install, download
binary for your platform from "Assets" and place this into your `$PATH`:

```bash
curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/download/v0.11.1/terraform-docs-v0.11.1-$(uname)-amd64.tar.gz
curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/download/v0.11.2/terraform-docs-v0.11.2-$(uname)-amd64.tar.gz
tar -xzf terraform-docs.tar.gz
chmod +x terraform-docs
mv terraform-docs /some-dir-in-your-PATH/terraform-docs
Expand Down Expand Up @@ -102,7 +102,7 @@ choco install terraform-docs
Alternatively you also can run `terraform-docs` as a container:

```bash
docker run quay.io/terraform-docs/terraform-docs:0.11.1
docker run quay.io/terraform-docs/terraform-docs:0.11.2
```

**NOTE:** Docker tag `latest` refers to _latest_ stable released version and `edge`
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// current version
const dev = "v0.12.0-alpha"
const dev = "v0.11.2"

// Provisioned by ldflags
var (
Expand Down

0 comments on commit bd351fc

Please sign in to comment.