File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
console/src/integration/java/com/formkiq/stacks/console/awstest
src/main/resources/cloudformation/console Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ public void testS3Buckets() {
198198 */
199199 @ Test
200200 public void testSsmParameters () {
201- assertEquals ("v4.0.14 " ,
201+ assertEquals ("v4.0.15 " ,
202202 ssmService .getParameterValue ("/formkiq/" + appenvironment + "/console/version" ));
203203 assertTrue (ssmService .getParameterValue ("/formkiq/" + appenvironment + "/s3/Console" )
204204 .contains (appenvironment + "-console-" ));
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Parameters:
2222 ConsoleVersion :
2323 Type : String
2424 Description : Version of FormKiQ console to deploy
25- Default : v4.0.14
25+ Default : v4.0.15
2626
2727 FormKiQType :
2828 Description : The type of FormKiQ installation
You can’t perform that action at this time.
0 commit comments