From 112a25f6916c071cec8ab00670269132c94c1b10 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 30 Mar 2021 13:00:06 +0200 Subject: [PATCH] Update to 2021-03-30 13: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 7594a8f..aa94e03 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.4.5 +appsmith_version: 1.4.6 # 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: b574ef7a0b03ebb2db561b8322554008c063967f +appsmith_archive_sha1: 2989b9e9c036eade8ed0eefeede3f975868c267c # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith