From aba1a543754be9c9896cb932237848f343bfa712 Mon Sep 17 00:00:00 2001 From: Johanna Dorothea Reichmann Date: Sun, 22 Sep 2024 14:00:58 +0200 Subject: [PATCH] update(gotosocial): bump version to 0.16.0 --- 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 3ab05a1..ddd1b6f 100644 --- a/roles/gotosocial/defaults/main.yml +++ b/roles/gotosocial/defaults/main.yml @@ -1,7 +1,7 @@ --- gotosocial_user: "gotosocial" -gotosocial_version: 0.10.0 +gotosocial_version: 0.16.0 gotosocial_base_path: "/opt/gotosocial" gotosocial_config_path: "{{ gotosocial_base_path }}/config" gotosocial_template_path: "{{ gotosocial_base_path }}/templates"