From 8577aaedd58605abc263b30bb0ea3e65dd98972f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 15 Nov 2017 12:15:28 +0000 Subject: [PATCH] Bump riot version --- src/freedombone-app-riot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-riot b/src/freedombone-app-riot index 0c7139d1..f40d8587 100755 --- a/src/freedombone-app-riot +++ b/src/freedombone-app-riot @@ -33,7 +33,7 @@ VARIANTS='full full-vim chat' IN_DEFAULT_INSTALL=0 SHOW_ON_ABOUT=1 -RIOT_VERSION='0.12.2' +RIOT_VERSION='0.13.0' RIOT_FILENAME="riot-v${RIOT_VERSION}" RIOT_HASH='d0de730cb3e688040ba5c23680a676dabc94386830582842a4728767ed6dcd7f' RIOT_DOWNLOAD_URL="https://github.com/vector-im/riot-web/releases/download/v${RIOT_VERSION}"