From e1b3b4525482c99320f8fb4936098af04669a1d7 Mon Sep 17 00:00:00 2001 From: Clark Schneider Date: Wed, 25 May 2022 22:15:40 +0000 Subject: [PATCH] to 0.10.1 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 046707b9..de1bc8e8 100644 --- a/app.py +++ b/app.py @@ -10,7 +10,7 @@ from utils.environment import is_pipeline_synth -STACK_VERSION = "V0x10x0" +STACK_VERSION = "V0x10x1" app = cdk.App()