From 88b820ac898f4d477f6289736b542592060c580b Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sat, 28 Dec 2024 21:19:20 +0100 Subject: [PATCH] update(gotosocial): bump version to 0.17.3 --- roles/gotosocial/defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/gotosocial/defaults/main.yml b/roles/gotosocial/defaults/main.yml index ddd1b6f..e59beea 100644 --- a/roles/gotosocial/defaults/main.yml +++ b/roles/gotosocial/defaults/main.yml @@ -1,7 +1,6 @@ --- - gotosocial_user: "gotosocial" -gotosocial_version: 0.16.0 +gotosocial_version: "0.17.3" gotosocial_base_path: "/opt/gotosocial" gotosocial_config_path: "{{ gotosocial_base_path }}/config" gotosocial_template_path: "{{ gotosocial_base_path }}/templates"