This commit is contained in:
Bryan Housel
2018-06-14 08:20:47 -04:00
parent 1e54bb596c
commit 30c7f7dbb5
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.8.2';
context.version = '2.9.0';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);