From abf81da0295706471776d61ec6e4cd0e9d3a2698 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 13 Apr 2022 11:00:08 +0200 Subject: [PATCH] Update to 2022-04-13 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 e360725..fd680a3 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.6.19 +appsmith_version: 1.6.20 # 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: 7842e9271cb97882bd00a4459f661d76a190fbc024277d36327c5253362340ea +appsmith_archive_sha256: 077ec0c0353263b4636de5bee6a446cab041989c8a0dc08d88f832324d4516f6 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith