This commit is contained in:
Bryan Housel
2018-08-26 02:18:05 -04:00
parent f6104c2f60
commit 2cee31d611
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.10.0';
context.version = '2.11.0';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);