From 36651378e6c990f61d5ae3486eab6f6fe4749adf Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Thu, 4 May 2023 16:14:29 -0500 Subject: [PATCH] - Forgot to update the version string. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3caecb1..911e97b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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" ... } ```