From f2e281c553b24fb04fb074ca9a856c8d44500350 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 18 Mar 2022 11:00:06 +0100 Subject: [PATCH] Update to 2022-03-18 11:00 --- roles/appsmith/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/appsmith/defaults/main.yml b/roles/appsmith/defaults/main.yml index d75a62c..2b9ccff 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.6.15 +appsmith_version: 1.6.16 # URL of the source archive appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz # sha256sum of the archive -appsmith_archive_sha256: d44716a456f7b5065632e9f367cfb45153531ce301fc9335e8a81d7be2eae07d +appsmith_archive_sha256: 20740348b316df59b91363faf9b05a7a7175a91b0bc114bb751d6c952a10ef0e # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith