From a2b656ba03e0efb97db2a5fab999294d259759c7 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Tue, 15 Nov 2016 16:31:11 -0800 Subject: [PATCH] config/version: set ADDON_VERSION to 8.1 We need this to bump all the add-ons without pissing people off because suddenly all their add-ons broke with the next alpha bump. --- config/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version b/config/version index d8201c33bf..e07311ebb2 100644 --- a/config/version +++ b/config/version @@ -5,5 +5,5 @@ OS_VERSION="8.0" # ADDON_VERSION: Addon version - ADDON_VERSION="8.0" + ADDON_VERSION="8.1"