From e96d689003b2e4ef42fe2fb4ea83d2f45e2db129 Mon Sep 17 00:00:00 2001 From: Eugene I Date: Fri, 1 Nov 2019 13:00:20 -0400 Subject: [PATCH] upgrade version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc59c8f..45e5fdc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To get started, simply include `main.tf` into your terraform codebase: ```hcl module "landing_zone" { source = "TerraHubCorp/landing-zone/aws" - version = "0.1.9" + version = "0.1.10" root_path = path.module landing_zone_providers = var.landing_zone_providers landing_zone_components = var.landing_zone_components diff --git a/package.json b/package.json index 6936aeb..82cb931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-aws-landing-zone", - "version": "0.1.9", + "version": "0.1.10", "author": "Mitoc Group Team", "license": "MPL-2.0", "private": true,