From 3bbc263e87bb91c726425fe0abe7e77cac4ea147 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Wed, 16 Sep 2020 13:20:28 +0200 Subject: [PATCH] Update versions for 2.2.0 release Changelog: Update mender client to 2.4.0 Signed-off-by: Lluis Campos --- .gitlab-ci.yml | 2 +- configs/mender_convert_config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97f3b70..2421616 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: # These variables are present elsewhere in the repository too. Make sure to # search for and change them too. MENDER_ARTIFACT_VERSION: 3.4.0 - MENDER_CLIENT_VERSION: 2.4.0-build2 + MENDER_CLIENT_VERSION: 2.4.0 # Make sure to update the link in mender-docs to the new one when changing # this. RASPBIAN_URL: http://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip diff --git a/configs/mender_convert_config b/configs/mender_convert_config index 23c4c2a..68dd474 100644 --- a/configs/mender_convert_config +++ b/configs/mender_convert_config @@ -111,7 +111,7 @@ MENDER_PARTITION_ALIGNMENT="8388608" # Mender client version # # This is used to fetch the correct binaries -MENDER_CLIENT_VERSION="2.4.0-build2" +MENDER_CLIENT_VERSION="2.4.0" # File storage, containing binary files, do not modify this unless you know # what you are doing.