Update VERSION & RELEASENOTES for 7.1.4

NOTE: VERSION was updated based on e1befac.
This commit is contained in:
Christopher J. Brody
2018-11-22 22:38:38 -05:00
parent 84cb08b23e
commit a68f9fd752
7 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "7.1.4-dev";
var VERSION = "7.1.4";
module.exports.version = VERSION;
+1 -1
View File
@@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '7.1.4-dev';
var PLATFORM_VERSION_BUILD_LABEL = '7.1.4';
// file: src/scripts/require.js
/* jshint -W079 */