From 0f30a5314028687fe4801b654717bcfcfde9741c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 5 Aug 2021 17:00:07 +0200 Subject: [PATCH] Update to 2021-08-05 17: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 cbb0ac2..1fdfda9 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.5.9 +appsmith_version: 1.5.13 # URL of the source archive appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz # sha1sum of the archive -appsmith_archive_sha1: 5feb95f1e91ec0bb46828dca6b5b18fe3c8ef7d7 +appsmith_archive_sha1: dc5dd143ee781e3b17438f485bdada8b878c8fb6 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith