Skip to content

Commit

Permalink
Merge pull request #36 from ghrcdaac/mlh0079-update-version
Browse files Browse the repository at this point in the history
 - Forgot to update the version string.
  • Loading branch information
camposeddie authored May 4, 2023
2 parents afd8d36 + 3665137 commit efad694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This release:
* Added a variable to configure dmrpp to timeout. Can be set with a terraform variable or passed in by the workflow.
Defaults to 60 seconds
* Updated to besd:3.20.13-563 https://wiki.earthdata.nasa.gov/pages/viewpage.action?pageId=296466475
## 🏃 Migration Steps to v4.0.5
## 🏃 Migration Steps to v4.0.6
```code
module "dmrpp-generator" {
// Change the source url in your terraform file to point to v4.0.6
source = "https://github.com/ghrcdaac/dmrpp-generator/releases/download/v4.0.5/dmrpp-generator.zip"
source = "https://github.com/ghrcdaac/dmrpp-generator/releases/download/v4.0.6/dmrpp-generator.zip"
...
}
```
Expand Down

0 comments on commit efad694

Please sign in to comment.