From 61ca04eb33951c8ad952f1a8817551fe75158e6a Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Fri, 21 Mar 2025 21:56:37 +0100 Subject: [PATCH] update(gotosocial): bump version to 0.18.3 --- roles/gotosocial/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gotosocial/defaults/main.yml b/roles/gotosocial/defaults/main.yml index 433d9e5..6cc4dc2 100644 --- a/roles/gotosocial/defaults/main.yml +++ b/roles/gotosocial/defaults/main.yml @@ -1,6 +1,6 @@ --- gotosocial_user: "gotosocial" -gotosocial_version: "0.18.2" +gotosocial_version: "0.18.3" gotosocial_base_path: "/opt/gotosocial" gotosocial_config_path: "{{ gotosocial_base_path }}/config" gotosocial_template_path: "{{ gotosocial_base_path }}/templates"