From 53aa2f9738934eb2d566ad5ebf3f195818d64677 Mon Sep 17 00:00:00 2001 From: Psycho Date: Sun, 23 Feb 2020 19:13:30 +0100 Subject: [PATCH] Preparing hotfixes --- core/commons/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commons/constants.py b/core/commons/constants.py index b711db32b..d90358460 100644 --- a/core/commons/constants.py +++ b/core/commons/constants.py @@ -1,4 +1,4 @@ -VERSION = '1.0.0-a6' +VERSION = '1.0.0-a5' DEFAULT_SITE_ID = 'default' DEFAULT = 'default' UNKNOWN_WORD = 'unknownword'