diff --git a/roles/gotosocial/defaults/main.yml b/roles/gotosocial/defaults/main.yml index 6cc4dc2..faf3cb1 100644 --- a/roles/gotosocial/defaults/main.yml +++ b/roles/gotosocial/defaults/main.yml @@ -1,6 +1,6 @@ --- gotosocial_user: "gotosocial" -gotosocial_version: "0.18.3" +gotosocial_version: "0.19.0" gotosocial_base_path: "/opt/gotosocial" gotosocial_config_path: "{{ gotosocial_base_path }}/config" gotosocial_template_path: "{{ gotosocial_base_path }}/templates"