summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-09 10:47:55 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-09 10:47:55 -0400
commitfd317367ce221b83137e6198b30159caf4b129ce (patch)
tree3e8aa78f48ce38269ef53cd95897037a17fa44db /www/js/DataModel.js
parent33025d65e1e79041b8d4f1f4ab830ab9d2ebd667 (diff)
#701 moved to electron-build
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--[-rwxr-xr-x]www/js/DataModel.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index eb5cd7d7..ea8bd9b2 100755..100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -16,7 +16,11 @@ angular.module('zmApp.controllers')
var currentServerMultiPortSupported = false;
- var zmAppVersion = "unknown";
+ /*
+ DO NOT TOUCH zmAppVersion
+ It is changed by sync_version.sh
+ */
+ var zmAppVersion = "1.3.018";
var isBackground = false;
var justResumed = false;
var timeSinceResumed = -1;