From b2cef4a29a8a90dcc904e267d2536ce7ba07a629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:22:37 +0200 Subject: [PATCH] bump version --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9335007..3a97950 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ userdoc = "https://galene.org/faq.html" code = "https://github.com/jech/galene" [integration] -yunohost = ">= 11.2.14" +yunohost = ">= 11.2.16" architectures = "all" multi_instance = false diff --git a/scripts/_common.sh b/scripts/_common.sh index f122fe2..157c97e 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -go_version=1.20 +go_version=1.22 #================================================= # PERSONAL HELPERS