From 252b25c65e3b82a8ade815b61bed4d58c94b6899 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Fri, 30 Apr 2021 20:07:46 +0200 Subject: [PATCH] bump to 2.3 --- update-gluon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-gluon.sh b/update-gluon.sh index 4cb381d..fbfc39c 100755 --- a/update-gluon.sh +++ b/update-gluon.sh @@ -5,7 +5,7 @@ set -eu set -o pipefail gluon_major="v2020.2" -site_branch="v2.1" +site_branch="v2.3" gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/gluon.git" gluon_upstream_git_url="https://github.com/freifunk-gluon/gluon.git" -- GitLab