From 1f14e043f31c6c631fa16558c9e16a2f0b1db03c Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Wed, 12 Feb 2025 20:31:46 +0100 Subject: [PATCH] update(gotosocial): bump version to 0.17.4 --- 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 e59beea..c6ef9ed 100644 --- a/roles/gotosocial/defaults/main.yml +++ b/roles/gotosocial/defaults/main.yml @@ -1,6 +1,6 @@ --- gotosocial_user: "gotosocial" -gotosocial_version: "0.17.3" +gotosocial_version: "0.17.4" gotosocial_base_path: "/opt/gotosocial" gotosocial_config_path: "{{ gotosocial_base_path }}/config" gotosocial_template_path: "{{ gotosocial_base_path }}/templates"